summaryrefslogtreecommitdiff
path: root/openstack/etc/keystone
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-30 17:56:12 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:26 +0000
commita8c385d25bc2f9078b4f0d4825f671784b61f38c (patch)
treeb4411a48057a57e3d3012337783e50f083e342b4 /openstack/etc/keystone
parentf3f3bc58dfbfa8b8c21e4e4b3760deeb904923d3 (diff)
downloaddefinitions-a8c385d25bc2f9078b4f0d4825f671784b61f38c.tar.gz
WIP: Enable the compute, admin and public listen ports for keystone
Diffstat (limited to 'openstack/etc/keystone')
-rw-r--r--openstack/etc/keystone/keystone.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack/etc/keystone/keystone.conf b/openstack/etc/keystone/keystone.conf
index fba10a36..474c5f11 100644
--- a/openstack/etc/keystone/keystone.conf
+++ b/openstack/etc/keystone/keystone.conf
@@ -24,15 +24,15 @@ admin_token=##KEYSTONE_TEMPORARY_ADMIN_TOKEN##
# The port which the OpenStack Compute service listens on.
# (integer value)
-#compute_port=8774
+compute_port=8774
# The port number which the admin service listens on. (integer
# value)
-#admin_port=35357
+admin_port=35357
# The port number which the public service listens on.
# (integer value)
-#public_port=5000
+public_port=5000
# The base public endpoint URL for Keystone that is advertised
# to clients (NOTE: this does NOT affect how Keystone listens