tripleo-heat-templates/releasenotes/notes/add_image_cache_settings-50af5ff56a7d7f75.yaml
Pranali Deore 1f2a71e41b Add more settings for glance image cache
Adding some THT parameters for controlling below cache settings,

 - image_cache_dir
 - image_cache_max_size
 - image_cache_stall_time

blueprint: split-controlplane-glance-cache

Depends-on: I0d892663dd9aee86f56348175fd31016a17fabf5
Change-Id: Id30392df14a79d02cc9236fe7843fc9bff14ba9d
2019-05-10 14:12:50 +05:30

11 lines
400 B
YAML

---
features:
- Add GlanceImageCacheDir parameter to set base directory location
that the Image Cache uses.
Add GlanceImageCacheMaxSize parameter to set the upper limit on cache
size, in bytes, after which the cache-pruner cleans up the image cache.
Add GlanceImageCacheStallTime parameter to set the amount of time to let
an image remain in the cache without being accessed.