Adds image_cache_enabled config needed to enable/disable the image-cache in the glance-api.
This commit is contained in:
commit
df68907356
@ -53,6 +53,8 @@ swift_store_create_container_on_put = False
|
|||||||
|
|
||||||
# ============ Image Cache Options ========================
|
# ============ Image Cache Options ========================
|
||||||
|
|
||||||
|
image_cache_enabled = False
|
||||||
|
|
||||||
# Directory that the Image Cache writes data to
|
# Directory that the Image Cache writes data to
|
||||||
# Make sure this is also set in glance-pruner.conf
|
# Make sure this is also set in glance-pruner.conf
|
||||||
image_cache_datadir = /var/lib/glance/image-cache/
|
image_cache_datadir = /var/lib/glance/image-cache/
|
||||||
|
Loading…
Reference in New Issue
Block a user