summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index 6fb27f8..c2479f7 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -20,7 +20,7 @@ SRCREV="8b5fb8409322f61d8b610c97c109a61bf48a940e"
20PV="2013.2.2+git${SRCPV}" 20PV="2013.2.2+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit setuptools update-rc.d identity 23inherit setuptools update-rc.d identity default_configs
24 24
25do_install_append() { 25do_install_append() {
26 TEMPLATE_CONF_DIR=${S}${sysconfdir}/${SRCNAME} 26 TEMPLATE_CONF_DIR=${S}${sysconfdir}/${SRCNAME}
@@ -166,5 +166,8 @@ RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}"
166 166
167INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler" 167INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler"
168INITSCRIPT_NAME_${SRCNAME}-api = "cinder-api" 168INITSCRIPT_NAME_${SRCNAME}-api = "cinder-api"
169INITSCRIPT_PARAMS_${SRCNAME}-api = "${OS_DEFAULT_INITSCRIPT_PARAMS}"
169INITSCRIPT_NAME_${SRCNAME}-volume = "cinder-volume" 170INITSCRIPT_NAME_${SRCNAME}-volume = "cinder-volume"
171INITSCRIPT_PARAMS_${SRCNAME}-volume = "${OS_DEFAULT_INITSCRIPT_PARAMS}"
170INITSCRIPT_NAME_${SRCNAME}-scheduler = "cinder-scheduler" 172INITSCRIPT_NAME_${SRCNAME}-scheduler = "cinder-scheduler"
173INITSCRIPT_PARAMS_${SRCNAME}-scheduler = "${OS_DEFAULT_INITSCRIPT_PARAMS}"