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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index a26c9bf..b5f92dd 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -128,12 +128,12 @@ do_install_append() {
128 sed -e "s:%TOKEN_FORMAT%:${TOKEN_FORMAT}:g" \ 128 sed -e "s:%TOKEN_FORMAT%:${TOKEN_FORMAT}:g" \
129 -i ${KEYSTONE_CONF_DIR}/keystone.conf 129 -i ${KEYSTONE_CONF_DIR}/keystone.conf
130 130
131 sed -e "s/%ADMIN_PASSWORD%/${ADMIN_PASSWORD}/g" \ 131# sed -e "s/%ADMIN_PASSWORD%/${ADMIN_PASSWORD}/g" \
132 -i ${D}${sysconfdir}/init.d/keystone 132# -i ${D}${sysconfdir}/init.d/keystone
133 sed -e "s/%SERVICE_PASSWORD%/${SERVICE_PASSWORD}/g" \ 133# sed -e "s/%SERVICE_PASSWORD%/${SERVICE_PASSWORD}/g" \
134 -i ${D}${sysconfdir}/init.d/keystone 134# -i ${D}${sysconfdir}/init.d/keystone
135 sed -e "s/%SERVICE_TENANT_NAME%/${SERVICE_TENANT_NAME}/g" \ 135# sed -e "s/%SERVICE_TENANT_NAME%/${SERVICE_TENANT_NAME}/g" \
136 -i ${D}${sysconfdir}/init.d/keystone 136# -i ${D}${sysconfdir}/init.d/keystone
137 137
138 install -d ${KEYSTONE_PACKAGE_DIR}/tests/tmp 138 install -d ${KEYSTONE_PACKAGE_DIR}/tests/tmp
139 139