[openstack-cinder] add dependency on qemu-img for volume creation from Glance images

Pádraig Brady pbrady at fedoraproject.org
Mon Jul 22 11:58:24 UTC 2013


commit 45452cb40d6eadaa27e4088e339e3346ec97d92c
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jul 22 12:04:37 2013 +0100

    add dependency on qemu-img for volume creation from Glance images
    
    Conflicts:
    
    	openstack-cinder.spec

 openstack-cinder.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index fc5274e..5786a6b 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -62,6 +62,8 @@ Requires:         sudo
 
 Requires:         MySQL-python
 
+Requires:         qemu-img
+
 Requires:         python-paramiko
 
 Requires:         python-qpid
@@ -290,6 +292,7 @@ fi
 * Mon Jul 22 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.4.b2
 - Add dependency on python-suds to support the netapp driver
 - Add dependency on python-keystoneclient for auth token middleware
+- Add dependency on qemu-img for volume creation from Glance images
 
 * Sun Jul 21 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.3.b2
 - Update to Havana milestone 2


More information about the scm-commits mailing list