
Right now we write output of `date -d @{{ timestamp }} to the expiry file, and then attempt to comapre with timestamp. However, output of `date -d` is datetime and not timestamp, so these 2 things can not be properly compared. So image cache was valid forever. Change-Id: I42f5b43f09d3c530813dd7fd334eafce7a5eaf39
11 lines
368 B
YAML
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.
|