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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index d7f6400..c3437cd 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -114,11 +114,11 @@ do_install_append() {
114 # Edit the configuration to allow it to work out of the box 114 # Edit the configuration to allow it to work out of the box
115 KEYSTONE_CONF_FILE=${KEYSTONE_CONF_DIR}/keystone.conf 115 KEYSTONE_CONF_FILE=${KEYSTONE_CONF_DIR}/keystone.conf
116 sed "/# admin_endpoint = .*/a \ 116 sed "/# admin_endpoint = .*/a \
117 public_endpoint = http://%CONTROLLER_IP%:8081/keystone/main/ " \ 117 public_endpoint = http://%CONTROLLER_IP%:5000/ " \
118 -i ${KEYSTONE_CONF_FILE} 118 -i ${KEYSTONE_CONF_FILE}
119 119
120 sed "/# admin_endpoint = .*/a \ 120 sed "/# admin_endpoint = .*/a \
121 admin_endpoint = http://%CONTROLLER_IP%:8081/keystone/admin/ " \ 121 admin_endpoint = http://%CONTROLLER_IP%:35357/ " \
122 -i ${KEYSTONE_CONF_FILE} 122 -i ${KEYSTONE_CONF_FILE}
123 123
124 sed -e "s:%SERVICE_TOKEN%:${SERVICE_TOKEN}:g" -i ${KEYSTONE_CONF_FILE} 124 sed -e "s:%SERVICE_TOKEN%:${SERVICE_TOKEN}:g" -i ${KEYSTONE_CONF_FILE}