Adds image_cache_enabled config needed to enable/disable the image-cache in the glance-api.

This commit is contained in:
Rick Harris 2011-07-28 22:23:49 +00:00 committed by Tarmac
commit df68907356

View File

@ -53,6 +53,8 @@ swift_store_create_container_on_put = False
# ============ Image Cache Options ========================
image_cache_enabled = False
# Directory that the Image Cache writes data to
# Make sure this is also set in glance-pruner.conf
image_cache_datadir = /var/lib/glance/image-cache/