summaryrefslogtreecommitdiff
path: root/openstack-keystone.configure
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-26 18:01:36 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:25 +0000
commit3ff5e0f94e5e873f2f7bc796cfea6c8b0e9c67ab (patch)
treec767b4628844c711f8610779280132e907b3d4e5 /openstack-keystone.configure
parent0826a8c0781a44bafb3b5465f138b6e6f2aed50b (diff)
downloaddefinitions-3ff5e0f94e5e873f2f7bc796cfea6c8b0e9c67ab.tar.gz
FIXUPME: Move the authentication port and host to keystone configure
Diffstat (limited to 'openstack-keystone.configure')
-rw-r--r--openstack-keystone.configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack-keystone.configure b/openstack-keystone.configure
index 445c041e..2c59e45e 100644
--- a/openstack-keystone.configure
+++ b/openstack-keystone.configure
@@ -29,10 +29,14 @@ s/##KEYSTONE_TEMPORARY_ADMIN_PASSWORD##/$KEYSTONE_TEMPORARY_ADMIN_PASSWORD/g
s/##KEYSTONE_PUBLIC_URL##/$KEYSTONE_PUBLIC_URL/g
s/##KEYSTONE_INTERNAL_URL##/$KEYSTONE_INTERNAL_URL/g
s/##KEYSTONE_ADMIN_URL##/$KEYSTONE_ADMIN_URL/g
+s/##OPENSTACK_AUTH_HOST##/$OPENSTACK_AUTH_HOST/g
+s/##OPENSTACK_AUTH_PORT##/$OPENSTACK_AUTH_PORT/g
EOF
sed -f "$ROOT"/etc/openstack-keystone-setup.sed -i \
"$ROOT"/etc/keystone/keystone.conf \
+ "$ROOT"/etc/glance/glance-api.conf \
+ "$ROOT"/etc/glance/glance-registry.conf \
"$ROOT"/usr/share/openstack/openstack-keystone-setup
##########################################################################