From 3df2532ad417923338b07e138a9047b9ce0d82fe Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 00:28:06 -0400 Subject: nova: switch to neutron and add new RDEPENDS To work with havana, nova needs to reference neutron and not quantum. We also add dependencies that the uprev has added. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 4c57095..ddcf4d0 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -11,7 +11,7 @@ SRCNAME = "nova" FILESEXTRAPATHS := "${THISDIR}/${PN}" -SRC_URI = "git://github.com/openstack/nova.git;branch=stable/havana \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ " @@ -173,6 +173,7 @@ RDEPENDS_${PN} = " python-modules \ python-greenlet \ python-httplib2 \ python-iso8601 \ + python-jinja2 \ python-kombu \ python-lxml \ python-netaddr \ @@ -188,7 +189,7 @@ RDEPENDS_${PN} = " python-modules \ python-sqlalchemy-migrate \ python-stevedore \ python-suds \ - python-quantumclient \ + python-neutronclient \ python-routes \ python-webob \ python-websockify \ -- cgit v1.2.3-54-g00ecf