commit | 2d39f41998c01a8f91a451de9e2c5b0ae8b8748d | [log] [tgz] |
---|---|---|
author | sgarbuz <sgarbuz@mirantis.com> | Mon Aug 27 10:44:31 2018 +0300 |
committer | sgarbuz <sgarbuz@mirantis.com> | Tue Aug 28 11:31:29 2018 +0300 |
tree | 14efade54164ffaa8cffd6f3fc2967a93e367c37 | |
parent | 79b5b27e03d4584d4bf4977c78e4f3e5c5f56472 [diff] |
Glance cache pruner/cleaner operations via salt Added: - Adding by default cron-job that prunes cache daily if it`s size more than value set in the `image_cache_max_size` configuration option. - Adding by default cron-job that cleans cache that is older than value in the `image_cache_stall_time period` configuration option. Change-Id: Ic62a95b66776844faa78d72c2c6b72c5da2d628d Related-Prod: PROD-21505 (PROD:21505)