summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-22 11:06:57 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-27 10:39:51 -0500
commitde6773ada3e38be3ce734e9e73288df37de32437 (patch)
tree60c9df6f735b7599b6d5cc8446df2c8477b902d2 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parentcd6fedc3ba02e275355d60b346d31763fe6e84e8 (diff)
downloadmeta-cloud-services-de6773ada3e38be3ce734e9e73288df37de32437.tar.gz
meta-openstack: initial move to use systemd
Add instructions to the README.setup on how to configure the build to use systemd. The remaining changes are a bit of hack and slash to get the builds to succeed. The 'hacking' only touches core openstack component recipes which are all in various states of broken anyways, so these changes will not affect any current meta-cloud-services users. All of these will be corrected shortly. Most users of OpenStack have long ago made the move to systemd, by following suit we can take advantage of the better support for service files along with matching most OpenStack documentation. The remaining sysvinit parts will be removed as we get the openstack components updated and back to a working state. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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