0e03ba791f
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
9 lines
340 B
YAML
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)
|