diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 1bd24d0..3ccb860 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -16,7 +16,7 @@ PV="2013.2.2+git${SRCPV}" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit setuptools update-rc.d identity | 19 | inherit setuptools update-rc.d identity default_configs |
| 20 | 20 | ||
| 21 | do_install_append() { | 21 | do_install_append() { |
| 22 | TEMPLATE_CONF_DIR=${S}${sysconfdir} | 22 | TEMPLATE_CONF_DIR=${S}${sysconfdir} |
| @@ -137,4 +137,6 @@ RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}" | |||
| 137 | 137 | ||
| 138 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry" | 138 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-registry" |
| 139 | INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" | 139 | INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" |
| 140 | INITSCRIPT_PARAMS_${SRCNAME}-api = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | ||
| 140 | INITSCRIPT_NAME_${SRCNAME}-registry = "glance-registry" | 141 | INITSCRIPT_NAME_${SRCNAME}-registry = "glance-registry" |
| 142 | INITSCRIPT_PARAMS_${SRCNAME}-registry = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | ||
