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-02-11 18:30:30 +0000
commit85fb3495545072a09b1de441a01540f8c6a4f7f2 (patch)
tree25b54e4ff6756c24265c43402a2d233c8ea0f99c /openstack-keystone.configure
parentf7d216d50028eba9a1061e6a6b85e556fc9785ad (diff)
downloaddefinitions-85fb3495545072a09b1de441a01540f8c6a4f7f2.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
##########################################################################