[openstack-nova/el6] Added 0010 patch to fix bug in nova requirement of glance

oneiroi oneiroi at fedoraproject.org
Tue Oct 25 08:49:10 UTC 2011


commit dbe415091f6f1620241147973086f7ef8951dc2d
Author: David Busby <oneiroi at fedoraproject.org>
Date:   Tue Oct 25 09:49:00 2011 +0100

    Added 0010 patch to fix bug in nova requirement of glance

 0010-Fix-Nova-Glance-Dependency.patch |   13 +++++++++++++
 openstack-nova.spec                   |    7 +++++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/0010-Fix-Nova-Glance-Dependency.patch b/0010-Fix-Nova-Glance-Dependency.patch
new file mode 100644
index 0000000..ae7d08d
--- /dev/null
+++ b/0010-Fix-Nova-Glance-Dependency.patch
@@ -0,0 +1,13 @@
+diff --git a/nova/image/glance.py b/nova/image/glance.py
+index 13c8ff8..d83a537 100644
+--- a/nova/image/glance.py
++++ b/nova/image/glance.py
+@@ -40,7 +40,7 @@ LOG = logging.getLogger('nova.image.glance')
+ FLAGS = flags.FLAGS
+ 
+ 
+-GlanceClient = utils.import_class('glance.client.Client')
++GlanceClient = utils.import_class('glance.client.V1Client')
+ 
+ 
+ def _parse_image_ref(image_href):
diff --git a/openstack-nova.spec b/openstack-nova.spec
index a058a1f..c8ecc80 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2011.3
-Release:          6%{?dist}
+Release:          7%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -53,7 +53,7 @@ Requires:         python-paste
 Requires:         python-paste-deploy
 
 Requires:         libvirt-python
-Requires:         libvirt >= 0.8.2
+Requires:         libvirt >= 0.8.1
 Requires:         libxml2-python
 Requires:         python-cheetah
 Requires:         MySQL-python
@@ -358,6 +358,9 @@ fi
 %endif
 
 %changelog
+* Mon Oct 24 2011 David Busby <oneiroi at fedoraproject.org> 2011.3-6
+- Changed libvirt required version to >= 0.8.1
+
 * Mon Oct 24 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-5
 - Fix block migration (#741690)
 


More information about the scm-commits mailing list