From 748b65071663c5f7f46220945eeb5e34e92e6404 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Tue, 8 Dec 2015 18:33:45 +0100 Subject: python-nova: dependency on blkid nova executes blkid before creating an instance in order to determine the file system type of the image given. Signed-off-by: Josep Puigdemont Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb') 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" -- cgit v1.2.3-54-g00ecf