diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder_git.bb | 5 |
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" | |||
| 20 | PV="2013.2.2+git${SRCPV}" | 20 | PV="2013.2.2+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
| 23 | inherit setuptools update-rc.d identity | 23 | inherit setuptools update-rc.d identity default_configs |
| 24 | 24 | ||
| 25 | do_install_append() { | 25 | do_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 | ||
| 167 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler" | 167 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler" |
| 168 | INITSCRIPT_NAME_${SRCNAME}-api = "cinder-api" | 168 | INITSCRIPT_NAME_${SRCNAME}-api = "cinder-api" |
| 169 | INITSCRIPT_PARAMS_${SRCNAME}-api = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | ||
| 169 | INITSCRIPT_NAME_${SRCNAME}-volume = "cinder-volume" | 170 | INITSCRIPT_NAME_${SRCNAME}-volume = "cinder-volume" |
| 171 | INITSCRIPT_PARAMS_${SRCNAME}-volume = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | ||
| 170 | INITSCRIPT_NAME_${SRCNAME}-scheduler = "cinder-scheduler" | 172 | INITSCRIPT_NAME_${SRCNAME}-scheduler = "cinder-scheduler" |
| 173 | INITSCRIPT_PARAMS_${SRCNAME}-scheduler = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | ||
