summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 8e26d22..e6406b8 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -35,6 +35,10 @@ do_install_append() {
35 sed -e "s:^filesystem_store_datadir =.*:filesystem_store_datadir = ${sysconfdir}/${SRCNAME}/images/:g" \ 35 sed -e "s:^filesystem_store_datadir =.*:filesystem_store_datadir = ${sysconfdir}/${SRCNAME}/images/:g" \
36 -i ${WORKDIR}/glance-api.conf 36 -i ${WORKDIR}/glance-api.conf
37 37
38 # send samples to rabbitmq for ceilometer integration
39 sed -e "s:^notifier_strategy = noop:notifier_strategy = rabbit:g" \
40 -i ${WORKDIR}/glance-api.conf
41
38 install -d ${GLANCE_CONF_DIR} 42 install -d ${GLANCE_CONF_DIR}
39 install -m 600 ${WORKDIR}/glance-registry.conf ${GLANCE_CONF_DIR}/ 43 install -m 600 ${WORKDIR}/glance-registry.conf ${GLANCE_CONF_DIR}/
40 install -m 600 ${WORKDIR}/glance-api.conf ${GLANCE_CONF_DIR}/ 44 install -m 600 ${WORKDIR}/glance-api.conf ${GLANCE_CONF_DIR}/