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

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


commit 30dfd14713344e848af4bd17b14cf4498df22588
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

 openstack-cinder.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 3574ecc..8ce1a2c 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -60,6 +60,8 @@ Requires:         sudo
 
 Requires:         MySQL-python
 
+Requires:         qemu-img
+
 Requires:         python-paramiko
 
 Requires:         python-qpid
@@ -275,6 +277,7 @@ fi
 - Add dependency on python-suds to support the netapp driver
 - Add dependency on python-keystoneclient for auth token middleware
 - Add dependency on python-oslo-config new in Grizzly
+- Add dependency on qemu-img for volume creation from Glance images
 
 * Wed Jul 17 2013 Pádraig Brady <pbrady at redhat.com> - 2013.1.2-2
 - Avoid qpid exchange leaks


More information about the scm-commits mailing list