summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 6825461..aa42824 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -12,6 +12,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
12 file://identity.sh \ 12 file://identity.sh \
13 file://keystone \ 13 file://keystone \
14 file://openrc \ 14 file://openrc \
15 file://Update-test-core-ETCDIR-location.patch \
15 " 16 "
16 17
17SRCREV="0d83e7eee20a50a75863a9d3c75aee7030518229" 18SRCREV="0d83e7eee20a50a75863a9d3c75aee7030518229"
@@ -43,6 +44,7 @@ do_install_append() {
43 install -m 600 ${WORKDIR}/openrc ${KEYSTONE_CONF_DIR}/ 44 install -m 600 ${WORKDIR}/openrc ${KEYSTONE_CONF_DIR}/
44 install -m 600 ${S}/etc/logging.conf.sample ${KEYSTONE_CONF_DIR}/logging.conf 45 install -m 600 ${S}/etc/logging.conf.sample ${KEYSTONE_CONF_DIR}/logging.conf
45 install -m 600 ${S}/etc/policy.json ${KEYSTONE_CONF_DIR}/policy.json 46 install -m 600 ${S}/etc/policy.json ${KEYSTONE_CONF_DIR}/policy.json
47 install -m 600 ${S}/etc/keystone.conf.sample ${KEYSTONE_CONF_DIR}/keystone.conf.sample
46 48
47 if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then 49 if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
48 install -d ${D}${sysconfdir}/init.d 50 install -d ${D}${sysconfdir}/init.d