summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2012-07-26 21:12:49 +1000
committerMichael Still <mikal@stillhq.com>2012-07-28 21:20:30 +1000
commita8e83e130d999fecc217cc8581558193da780bc7 (patch)
treefd3ea901888de6f892bd6905256bc09794d93ed1 /etc/nova/nova.conf.sample
parentbad0a496c0e765da3cc879235c988b7cc617f367 (diff)
downloadnova-a8e83e130d999fecc217cc8581558193da780bc7.tar.gz
nova-a8e83e130d999fecc217cc8581558193da780bc7.tar.xz
nova-a8e83e130d999fecc217cc8581558193da780bc7.zip
Turn on base image cleanup by default.
Essex shipped with the libvirt image cache manager hobbled so it wouldn't delete unused base images. Its been a while and we haven't had a new bug reported in ages. Let's turn it on for Folsom. This is tracked by bug 1029674. Change-Id: I5529232bf4a316f844d383d5f5a3c0c287d59c1f
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 879838eb7..e03b8363e 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -1440,7 +1440,7 @@
######## defined in nova.virt.libvirt.imagecache ########
-# remove_unused_base_images=false
+# remove_unused_base_images=true
#### (BoolOpt) Should unused base images be removed?
# remove_unused_resized_minimum_age_seconds=3600