summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-04-22 21:22:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-23 23:36:03 -0400
commite3b62c487cf07678b7d0447480b0c317ac092176 (patch)
treec4d63459117319674320ee6f496839ddb5ca176c /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent0ae7fe2223c6aca2e6ab0a71946ef59a2de2472c (diff)
downloadmeta-cloud-services-e3b62c487cf07678b7d0447480b0c317ac092176.tar.gz
python-neutron: the openvswitch agent requires iproute2
We need iproute2 or the agent will fail to start as 'ip' from busybox is not capable enough. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 9bba8f2..6deb0d3 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -217,7 +217,7 @@ RDEPENDS_${SRCNAME} = "${PN} \
217 postgresql postgresql-client python-psycopg2" 217 postgresql postgresql-client python-psycopg2"
218 218
219RDEPENDS_${SRCNAME}-server = "${SRCNAME}" 219RDEPENDS_${SRCNAME}-server = "${SRCNAME}"
220RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch " 220RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch iproute2"
221RDEPENDS_${SRCNAME}-plugin-openvswitch-setup = "openvswitch-switch " 221RDEPENDS_${SRCNAME}-plugin-openvswitch-setup = "openvswitch-switch "
222RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils" 222RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils"
223RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq dhcp-server dhcp-server-config" 223RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq dhcp-server dhcp-server-config"