[openstack-nova/f17] enable cleaning up of old cached base images

Pádraig Brady pbrady at fedoraproject.org
Wed Jul 18 15:31:54 UTC 2012


commit 034692d609463c1b7e9ceee17755b85965fe7cc7
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jul 18 16:19:36 2012 +0100

    enable cleaning up of old cached base images
    
    This enables the periodic cache manager to
    remove old cached base images that are
    not currently used.

 nova.conf           |    1 +
 openstack-nova.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nova.conf b/nova.conf
index 3e024e8..264a0c7 100644
--- a/nova.conf
+++ b/nova.conf
@@ -18,3 +18,4 @@ connection_type = libvirt
 firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
 rpc_backend = nova.rpc.impl_qpid
 root_helper = sudo nova-rootwrap
+remove_unused_base_images = True
diff --git a/openstack-nova.spec b/openstack-nova.spec
index f84ea97..0e04c85 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.1.1
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -368,6 +368,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul 18 2012 Pádraig Brady <P at draigBrady.com> - 2012.1.1-4
+- Enable auto cleanup of old cached instance images
+
 * Thu Jul  5 2012 Pádraig Brady <P at draigBrady.com> - 2012.1.1-3
 - Distinguish volume overlimit exceptions
 - Prohibit host file corruption through file injection (CVE-2012-3360, CVE-2012-3361)


More information about the scm-commits mailing list