openstack-ansible/releasenotes/notes/fix_lxc_cache_expiration-1656b5758c4ec24e.yaml
Dmitriy Rabotyagov 1403962a83 Bump roles and upstream version for 28.0.0.rc1
Change-Id: Icd2a692cd0077d1fb1b9cf9ae0572dc7878c70b4
2023-12-08 15:52:21 +00:00

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.