summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_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-nova_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-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb6
1 files changed, 4 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 14f9b05..6a065cb 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -105,7 +105,7 @@ do_install_append() {
105 fi 105 fi
106} 106}
107 107
108pkg_postinst_${SRCNAME}-controller () { 108pkg_postinst_${SRCNAME}-setup () {
109 if [ "x$D" != "x" ]; then 109 if [ "x$D" != "x" ]; then
110 exit 1 110 exit 1
111 fi 111 fi
@@ -139,7 +139,7 @@ GROUPADD_PARAM_${PN} = "--system nova"
139USERADD_PARAM_${PN} = "--system --home /var/lib/nova -g nova \ 139USERADD_PARAM_${PN} = "--system --home /var/lib/nova -g nova \
140 --no-create-home --shell /bin/false nova" 140 --no-create-home --shell /bin/false nova"
141 141
142PACKAGES += " ${SRCNAME}-common ${SRCNAME}-compute ${SRCNAME}-controller" 142PACKAGES += " ${SRCNAME}-setup ${SRCNAME}-common ${SRCNAME}-compute ${SRCNAME}-controller"
143PACKAGES += " ${SRCNAME}-consoleauth" 143PACKAGES += " ${SRCNAME}-consoleauth"
144PACKAGES += " ${SRCNAME}-novncproxy" 144PACKAGES += " ${SRCNAME}-novncproxy"
145PACKAGES += " ${SRCNAME}-network" 145PACKAGES += " ${SRCNAME}-network"
@@ -148,6 +148,8 @@ PACKAGES += " ${SRCNAME}-cert"
148PACKAGES += " ${SRCNAME}-conductor" 148PACKAGES += " ${SRCNAME}-conductor"
149PACKAGES += " ${SRCNAME}-api" 149PACKAGES += " ${SRCNAME}-api"
150 150
151ALLOW_EMPTY_${SRCNAME}-setup = "1"
152
151FILES_${PN} = "${libdir}/*" 153FILES_${PN} = "${libdir}/*"
152 154
153FILES_${SRCNAME}-common = "${bindir}/nova-manage \ 155FILES_${SRCNAME}-common = "${bindir}/nova-manage \