tripleo-heat-templates/releasenotes/notes/nova_image_cache_ttl-824f24...

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)