tripleo-heat-templates/releasenotes/notes/nova_image_cache_ttl-824f241363b9dd4e.yaml
Oliver Walsh 0e03ba791f Add the NovaImageCacheTTL to the nova compute service
This exposes the remove_unused_original_minimum_age_seconds from nova.conf
which controls the time (in seconds) that nova compute should continue
caching an image once it is no longer used by and instances on the host.

Change-Id: Idfa892bab0cb59de5a418f0dc23a6e7d60100a49
2020-09-03 13:50:28 +01:00

9 lines
340 B
YAML

---
features:
- |
Add the NovaImageCacheTTL to the nova compute service.
This exposes the remove_unused_original_minimum_age_seconds from nova.conf
which controls the time (in seconds) that nova compute should continue
caching an image once it is no longer used by and instances on the host.
Defaults to 86400 (24hrs)