summaryrefslogtreecommitdiff
path: root/openstack/etc/keystone/keystone.conf
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-01-22 12:46:21 +0000
commitf2c6365b20cfb970b57a1b631ac854d42687ebff (patch)
tree65e83371e4c9609e8acfa6f0b41b09c2ca45151c /openstack/etc/keystone/keystone.conf
parent11756f246c0d5c8311e1d4e893c4371a85b73725 (diff)
downloaddefinitions-f2c6365b20cfb970b57a1b631ac854d42687ebff.tar.gz
WIP: Enable the compute, admin and public listen ports for keystone
Diffstat (limited to 'openstack/etc/keystone/keystone.conf')
-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