[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 33/42] python-nova: dependency on blkid

Josep Puigdemont josep.puigdemont at enea.com
Tue Dec 8 09:33:45 PST 2015


nova executes blkid before creating an instance in order to
determine the file system type of the image given.

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 meta-openstack/recipes-devtools/python/python-nova_git.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 4af1ded..fa1bdfd 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -345,7 +345,9 @@ RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common \
 				  postgresql postgresql-client python-psycopg2"
 
 RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common python-oslo.messaging \
-			       qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh"
+			       qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh \
+			       util-linux-blkid \
+			       "
 RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common"
 RDEPENDS_${SRCNAME}-ec2 = "postgresql sudo ${SRCNAME}-common"
 
-- 
2.5.0



More information about the meta-virtualization mailing list