summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/common/test_glance_service.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the invalid glance client testDmitry Tantsur2022-10-311-15/+12
* Fix double mock call in glance_service testRiccardo Pittau2022-10-201-16/+14
* Merge "Make account prefix of Swift confgurable"Zuul2022-02-031-0/+56
|\
| * Make account prefix of Swift confgurableTakashi Kajinami2022-01-261-0/+56
* | Fix Mock objects as specsRiccardo Pittau2021-12-151-23/+25
|/
* Replace pysendfile with os.sendfileDmitry Tantsur2021-02-181-1/+1
* Replace retrying with tenacityBoden R2021-02-151-5/+9
* Switch Ironic to openstacksdk for NeutronHarald Jensås2020-08-191-3/+3
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Refactor glance retry code to use retrying libKaifeng Wang2020-01-061-15/+25
* Refactoring: flatten the glance service moduleDmitry Tantsur2019-06-181-17/+16
* Remove the deprecated glance authentication optionsDmitry Tantsur2019-06-181-50/+3
* Enhanced checksum supportKaifeng Wang2018-10-221-0/+2
* Completely remove support for deprecated Glance V1Dmitry Tantsur2018-10-121-47/+30
* Merge "Remove endpoint_type from configuration"Zuul2018-07-231-73/+1
|\
| * Remove endpoint_type from configurationMatthew Thode2018-05-221-73/+1
* | Remove deprecated [keystone] config sectionPavlo Shchelokovskyy2018-06-111-2/+1
|/
* Fix W504 errorsJulia Kreger2018-05-091-10/+10
* Add unit test for check of glance image statusBob Fournier2018-04-261-0/+9
* Implement a function to check the image statusMarc Methot2018-04-091-2/+2
* Handle case when a glance image contains no dataDmitry Tantsur2018-02-071-2/+13
* Auto-detect the defaults for [glance]swift_{account,temp_url_key,endpoint_url}Dmitry Tantsur2017-12-121-10/+134
* Rework keystone auth for glancePavlo Shchelokovskyy2017-11-171-125/+174
* Remove some deprecated glance optionsPavlo Shchelokovskyy2017-11-071-8/+1
* Add missing 'autospec' to unit tests - /unit/common/Ramamani Yeleswarapu2017-10-171-2/+4
* Refactor common keystone methodsPavlo Shchelokovskyy2017-06-291-2/+5
* Fetch Glance endpoint from Keystone if it's not provided in the configurationDmitry Tantsur2017-06-231-36/+24
* Remove unused methods from GlanceImageServicePavlo Shchelokovskyy2017-05-311-323/+44
* Config drive support for ceph radosgwAnup Navare2017-04-121-4/+4
* Trivial: Remove useless function call in glance service testTang Chen2016-08-091-1/+0
* Use assertEqual() instead of assertDictEqual()Tang Chen2016-07-251-5/+5
* Adopt Ironic's own contextLin Tan2016-04-011-1/+1
* Support for passing CA certificate in Ironic Glance CommunicationAparna2016-03-071-1/+26
* Fix unittests after new releases of librariesVladyslav Drok2016-03-031-6/+23
* Merge "Add ability to cache swift temporary URLs"Jenkins2016-02-021-2/+226
|\
| * Add ability to cache swift temporary URLsVladyslav Drok2016-01-191-2/+226
* | Use assertTrue/False instead of assertEqual(T/F)Yatin Kumbhare2016-01-071-1/+1
|/
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* mocking syscalls to make the tests run on OS Xdparalen2015-10-191-22/+25
* Enable radosgw support in ironicVladyslav Drok2015-10-151-0/+65
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+860