summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-22 16:34:17 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 16:17:20 -0500
commit86398e60a1039f67c77c15974a002fc80b076298 (patch)
treebb506f581d994b1358ea2f3e85d5db3ed8693df1 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parentbebcf13e5eca199d98a2c94ef1c20da50cba7f51 (diff)
downloadmeta-cloud-services-86398e60a1039f67c77c15974a002fc80b076298.tar.gz
init: remove remaining createdb commands to separate init packages
After moving all database creation initialization packages, we also remove it from the RDEPENDS of the various control node recipes. This allows images to select database initialization or skip it. 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 1cb0b9f..f33db97 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -181,7 +181,7 @@ RDEPENDS_${PN} += "python-paste \
181RDEPENDS_${SRCNAME} = "${PN} \ 181RDEPENDS_${SRCNAME} = "${PN} \
182 postgresql postgresql-client python-psycopg2" 182 postgresql postgresql-client python-psycopg2"
183 183
184RDEPENDS_${SRCNAME}-server = "${SRCNAME} ${SRCNAME}-setup" 184RDEPENDS_${SRCNAME}-server = "${SRCNAME}"
185RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch " 185RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch "
186RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils" 186RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils"
187RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq" 187RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq"