[openstack-nova] enable libguestfs image inspection

Pádraig Brady pbrady at fedoraproject.org
Fri Jun 8 14:56:02 UTC 2012


commit 8a23c8aeef7dc7aa6815108030e8abfe36408474
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jun 8 15:52:10 2012 +0100

    enable libguestfs image inspection
    
    This should now be stable enough to enable in Fedora 17
    and RHEL 6.3.  Previously it would fail for example
    with common images used with openstack.

 nova.conf           |    1 +
 openstack-nova.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nova.conf b/nova.conf
index 7cb9931..3e024e8 100644
--- a/nova.conf
+++ b/nova.conf
@@ -8,6 +8,7 @@ force_dhcp_release = True
 injected_network_template = /usr/share/nova/interfaces.template
 libvirt_xml_template = /usr/share/nova/libvirt.xml.template
 libvirt_nonblocking = True
+libvirt_inject_partition = -1
 vpn_client_template = /usr/share/nova/client.ovpn.template
 credentials_template = /usr/share/nova/novarc.template
 network_manager = nova.network.manager.FlatDHCPManager
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 590bf23..50aecee 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.2
-Release:          0.2.f1%{?dist}
+Release:          0.3.f1%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -348,6 +348,9 @@ fi
 %endif
 
 %changelog
+* Wed Jun 08 2012 Pádraig Brady <P at draigBrady.com> - 2012.2-0.3.f1
+- Enable libguestfs image inspection
+
 * Wed Jun 06 2012 Pádraig Brady <P at draigBrady.com> - 2012.2-0.2.f1
 - Fix up protocol case handling for security groups (CVE-2012-2654)
 


More information about the scm-commits mailing list