summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/common/test_image_service.py
Commit message (Expand)AuthorAgeFilesLines
* Always fall back from hard linking to copying filesDmitry Tantsur2023-03-311-86/+21
* Make anaconda non-image deploys saneJulia Kreger2022-07-111-0/+28
* ImageCache: respect Cache-Control: no-storeDmitry Tantsur2022-01-071-2/+30
* Replace pysendfile with os.sendfileDmitry Tantsur2021-02-181-5/+3
* Add timeout to image operations in the direct deployDmitry Tantsur2020-10-221-20/+76
* Allow HttpImageService to accept custom certificatevmud2132020-09-071-15/+213
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Stop using six libraryRiccardo Pittau2019-12-231-25/+21
* Refactoring: flatten the glance service moduleDmitry Tantsur2019-06-181-1/+1
* Remove the deprecated glance authentication optionsDmitry Tantsur2019-06-181-5/+0
* Workaround for sendfile size limitsuichangyin2019-03-281-1/+33
* Completely remove support for deprecated Glance V1Dmitry Tantsur2018-10-121-12/+2
* Rework keystone auth for glancePavlo Shchelokovskyy2017-11-171-53/+14
* Remove some deprecated glance optionsPavlo Shchelokovskyy2017-11-071-4/+0
* Add missing 'autospec' to unit tests - /unit/common/Ramamani Yeleswarapu2017-10-171-5/+5
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-051-4/+2
* Merge "Use only Glance V2 by default (with a compatibility option)"Jenkins2017-01-201-7/+21
|\
| * Use only Glance V2 by default (with a compatibility option)Dmitry Tantsur2017-01-191-7/+21
* | Validate the generated swift temp urlGalyna Zholtkevych2017-01-191-0/+11
|/
* Migrate to using keystoneauth SessionsPavlo Shchelokovskyy2016-08-031-14/+16
* Remove iterated form of side effectsYuiko Takada Mori2016-07-071-2/+2
* Add choices option to several optionsLin Tan2016-01-141-0/+11
* Move ironic.tests.unit.base to ironic.tests.baseJohn L. Villalovos2015-10-221-1/+1
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+332