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 | 5 |
1 files changed, 4 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 fa74aca..53f2d5b 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -19,7 +19,7 @@ PV="2014.2.b3+git${SRCPV}" | |||
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | inherit setuptools update-rc.d identity default_configs hosts openstackchef | 22 | inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor |
| 23 | 23 | ||
| 24 | GLANCE_DEFAULT_STORE ?= "file" | 24 | GLANCE_DEFAULT_STORE ?= "file" |
| 25 | GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\ | 25 | GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\ |
| @@ -212,3 +212,6 @@ INITSCRIPT_NAME_${SRCNAME}-api = "glance-api" | |||
| 212 | INITSCRIPT_PARAMS_${SRCNAME}-api = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | 212 | INITSCRIPT_PARAMS_${SRCNAME}-api = "${OS_DEFAULT_INITSCRIPT_PARAMS}" |
| 213 | INITSCRIPT_NAME_${SRCNAME}-registry = "glance-registry" | 213 | INITSCRIPT_NAME_${SRCNAME}-registry = "glance-registry" |
| 214 | INITSCRIPT_PARAMS_${SRCNAME}-registry = "${OS_DEFAULT_INITSCRIPT_PARAMS}" | 214 | INITSCRIPT_PARAMS_${SRCNAME}-registry = "${OS_DEFAULT_INITSCRIPT_PARAMS}" |
| 215 | |||
| 216 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" | ||
| 217 | MONITOR_SERVICE_${SRCNAME} = "glance" | ||
