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

Pádraig Brady pbrady at fedoraproject.org
Mon Jul 22 12:00:13 UTC 2013


commit 054e6660c36ef513eb8d3ea8d2f91799b5ce5864
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 e49e6fd..03b5443 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -69,6 +69,8 @@ Requires:         sudo
 
 Requires:         MySQL-python
 
+Requires:         qemu-img
+
 Requires:         python-paramiko
 
 Requires:         python-qpid
@@ -291,6 +293,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