Browse code

xenapi: Add qemu-utils as a cinder dependency

If you are using xenapi, your system won't have qemu-img installed. This
patch adds the package qemu-utils to the list of cinder
apts/rpms/suse-rpms, thus devstack will pull the required binaries.

Change-Id: Id701880ce03bb3e78223df0af6a00b052408407c

Mate Lakat authored on 2013/06/22 00:48:02
Showing 3 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 tgt
2 2
 lvm2
3
+qemu-utils
... ...
@@ -1,2 +1,3 @@
1 1
 lvm2
2 2
 tgt
3
+qemu-img
... ...
@@ -1,2 +1,3 @@
1 1
 lvm2
2 2
 scsi-target-utils
3
+qemu-img