summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-31 05:33:12 +0000
committerGerrit Code Review <review@openstack.org>2012-07-31 05:33:12 +0000
commit3b96ba8add2ee3e544d4d0cbee98b9219fa45a00 (patch)
treeaa487f7b70d6f6778da929029900ba826048d81b /nova
parent8579e3a86b626f6a4c879897d1f44add6419744c (diff)
parenta8e83e130d999fecc217cc8581558193da780bc7 (diff)
Merge "Turn on base image cleanup by default."
Diffstat (limited to 'nova')
-rw-r--r--nova/virt/libvirt/imagecache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt/imagecache.py b/nova/virt/libvirt/imagecache.py
index 11dc2255e..fe96f1aec 100644
--- a/nova/virt/libvirt/imagecache.py
+++ b/nova/virt/libvirt/imagecache.py
@@ -41,7 +41,7 @@ LOG = logging.getLogger(__name__)
imagecache_opts = [
cfg.BoolOpt('remove_unused_base_images',
- default=False,
+ default=True,
help='Should unused base images be removed?'),
cfg.IntOpt('remove_unused_resized_minimum_age_seconds',
default=3600,