kolla-ansible/releasenotes/notes/glance-cache-ecf950ba3e9136b1.yaml
Eduardo Gonzalez cc9dae4dee Add glance-cache support
Glance cache is used to keep a locally cache image
in the glance_api service.
Is an usefull service when an image is commonly used
to speed times between pulling from storage backend
and send to nova.

Change-Id: I8e684cc10e4fee1cb52c17a126e3b11f69576cf6
2018-11-21 10:15:48 +01:00

7 lines
171 B
YAML

---
features:
- |
Add support to configure glance-cache, enabled with
``enable_glance_image_cache`` and configure cache size
with ``glance_cache_max_size``.