All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services][PATCH 1/6] nova: add needed python modules
@ 2015-11-12  2:50 Mark Asselstine
  2015-11-12  2:50 ` [meta-cloud-services][PATCH 2/6] init: no need to close (non-existing) ps file descriptors Mark Asselstine
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Mark Asselstine @ 2015-11-12  2:50 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

Launching nova-compute we get errors regarding missing modules for
'netifaces' and 'retrying'. Add the missing modules to nova's
RDEPENDS.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 13553f1..0bc5d03 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -323,6 +323,8 @@ RDEPENDS_${PN} = " libvirt \
 		   python-rfc3986 \
 		   python-oslo.i18n \
 		   python-sqlparse \
+		   python-netifaces \
+		   python-retrying \
     "
 
 RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-11-16 20:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12  2:50 [meta-cloud-services][PATCH 1/6] nova: add needed python modules Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 2/6] init: no need to close (non-existing) ps file descriptors Mark Asselstine
2015-11-12 14:35   ` Josep Puigdemont
2015-11-16 20:12     ` Bruce Ashfield
2015-11-12  2:50 ` [meta-cloud-services][PATCH 3/6] openstackclient: add missing python modules Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 4/6] linux-yocto: carry forward kernel configuration Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 5/6] openvswitch: add as RRECOMMENDS for compute and controller Mark Asselstine
2015-11-12  2:50 ` [meta-cloud-services][PATCH 6/6] functools32: use git instead of release tarballs Mark Asselstine
2015-11-16 20:12 ` [meta-cloud-services][PATCH 1/6] nova: add needed python modules Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.