summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 00:28:06 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commit3df2532ad417923338b07e138a9047b9ce0d82fe (patch)
tree1ef7922e665777fa814314f217f57f69618ed65a /meta-openstack/recipes-devtools/python
parent10471bcbb44991b525bf78b62339cfbd86ded520 (diff)
downloadmeta-cloud-services-3df2532ad417923338b07e138a9047b9ce0d82fe.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb5
1 files changed, 3 insertions, 2 deletions
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"
11 11
12FILESEXTRAPATHS := "${THISDIR}/${PN}" 12FILESEXTRAPATHS := "${THISDIR}/${PN}"
13 13
14SRC_URI = "git://github.com/openstack/nova.git;branch=stable/havana \ 14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
15 file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ 15 file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \
16 " 16 "
17 17
@@ -173,6 +173,7 @@ RDEPENDS_${PN} = " python-modules \
173 python-greenlet \ 173 python-greenlet \
174 python-httplib2 \ 174 python-httplib2 \
175 python-iso8601 \ 175 python-iso8601 \
176 python-jinja2 \
176 python-kombu \ 177 python-kombu \
177 python-lxml \ 178 python-lxml \
178 python-netaddr \ 179 python-netaddr \
@@ -188,7 +189,7 @@ RDEPENDS_${PN} = " python-modules \
188 python-sqlalchemy-migrate \ 189 python-sqlalchemy-migrate \
189 python-stevedore \ 190 python-stevedore \
190 python-suds \ 191 python-suds \
191 python-quantumclient \ 192 python-neutronclient \
192 python-routes \ 193 python-routes \
193 python-webob \ 194 python-webob \
194 python-websockify \ 195 python-websockify \