summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/image_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Log successful clean up in image cacheDmitry Tantsur2022-08-101-0/+11
* ImageCache: respect Cache-Control: no-storeDmitry Tantsur2022-01-071-12/+21
* Do not use any parts of image URL in temporary file namesDmitry Tantsur2021-10-151-1/+1
* Clean up caches periodicallyDmitry Tantsur2021-09-221-0/+7
* Enable parallel downloads and allow tuning concurrencyDmitry Tantsur2021-09-091-4/+10
* Always update cache for HTTP images if Last Modified is unknownDmitry Tantsur2021-09-081-13/+15
* Raw image size estimation improvedSteve Baker2021-01-191-2/+16
* Stop allocating double space for raw imagesVladyslav Drok2020-06-181-3/+4
* Stop using six libraryRiccardo Pittau2019-12-231-6/+1
* Improve logs when hard linking images failsIury Gregory Melo Ferreira2018-11-141-0/+11
* Merge "Direct deploy serve HTTP images from conductor"Zuul2018-09-071-0/+5
|\
| * Direct deploy serve HTTP images from conductorSam Betts2018-09-071-0/+5
* | Fix doc builds for ironicJulia Kreger2018-09-051-3/+3
|/
* Fix W504 errorsJulia Kreger2018-05-091-4/+4
* Rework keystone auth for glancePavlo Shchelokovskyy2017-11-171-1/+1
* Remove log translations from ironic/drivers Part-1Anup Navare2017-05-091-22/+19
* Remove file prefix parameter from lockutils methodsYuriy Zveryanskyy2016-11-281-4/+4
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-1/+1
* Merge imports in codeNguyen Hung Phuong2016-08-241-2/+1
* Centralize config options - [DEFAULT]Ramamani Yeleswarapu2016-07-151-12/+1
* Improve options help for image cachingPavlo Shchelokovskyy2015-12-011-0/+1
* Replace deprecated LOG.warn with warningAnton Arefiev2015-10-211-13/+14
* Cached file should not be deleted if time equal to masterJohn L. Villalovos2015-09-251-4/+5
* Address final comments on update image cache based on update timeVladyslav Drok2015-08-181-2/+2
* Update cached images based on update timeVladyslav Drok2015-08-131-25/+82
* Switch to the oslo_utils.fileutilsSergey Vilgelm2015-07-151-1/+1
* Merge "Enable translation for config option help messages"Jenkins2015-07-091-2/+3
|\
| * Enable translation for config option help messagesstephane2015-07-061-2/+3
* | Image service should not be set in ImageCache constructorVladyslav Drok2015-06-301-12/+7
|/
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-3/+3
* Run tests in py34 environmentVictor Sergeyev2015-05-061-3/+5
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* Support for non-Glance image referencesVladyslav Drok2015-02-261-2/+12
* fixed typos from eligable to eligible and delition to deletionVikas Jain2015-02-111-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Ensure that image link points to the correct imageJim Rollenhagen2015-01-141-5/+12
* Merge "rename oslo.concurrency to oslo_concurrency"Jenkins2014-12-151-1/+1
|\
| * rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-101-1/+1
* | Do not strip 'glance://' prefix from image hrefsVladyslav Drok2014-12-091-15/+16
|/
* Enable hacking rule E265jiangfei2014-11-131-4/+4
* Change the force_raw_image config usageyunhong jiang2014-10-281-12/+25
* Switch to oslo.concurrencyDerek Higgins2014-10-281-1/+1
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-101-0/+2
* Translator functions cleanup part 2Vladyslav Drok2014-09-091-12/+13
* Control extra space for images conversion in image_cacheYuriy Zveryanskyy2014-09-031-27/+45
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Mechanism to cleanup all ImageCachesRamakrishnan G2014-08-131-0/+62
* PXE to pass hints to ImageCache on how much space to reclaimDmitry Tantsur2014-06-231-10/+50
* Use temporary dir for image conversionYuriy Zveryanskyy2014-06-201-9/+11
* Consider free disk space before downloading images into cacheDmitry Tantsur2014-05-281-10/+10