From a4f4d6157c4ce1e273d4dc0eafdbe8fb027e1bda Mon Sep 17 00:00:00 2001 From: Rick Harris Date: Wed, 27 Jul 2011 19:50:04 -0500 Subject: [PATCH] Adding back image_cache_enabled config option for glance-api --- etc/glance-api.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/glance-api.conf b/etc/glance-api.conf index 0a0420df4d..db7b7e76f3 100644 --- a/etc/glance-api.conf +++ b/etc/glance-api.conf @@ -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/