openstack-ansible-lxc_hosts/releasenotes/notes/fix_lxc_cache_expiration-16...

11 lines
368 B
YAML

---
features:
- |
Implemented variable ``lxc_image_cache_expiration`` that controlls for how
long cached LXC image will be valid. Default value is `1year`. Variable
format should be compatible with community.general.to_time_unit filter.
fixes:
- |
LXC image cache expiration mechanism has being fixed. Previously LXC images were
valid forever.