summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_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-heat_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-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index abe3517..5cfd8bd 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -146,7 +146,7 @@ RDEPENDS_${PN} += " \
146 python-pytz \ 146 python-pytz \
147 " 147 "
148 148
149RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-setup ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt" 149RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt"
150RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" 150RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine"
151RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" 151RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine"
152 152