summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-30 17:56:12 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2014-11-27 18:11:32 +0000
commit8fcaeecf3dcbad09aafa7b2a10d0e744a4581ab2 (patch)
tree9b8c020a2d480f214c81597427ee12c035d04726
parentdf977e3f5d527f5b503f3eed26c6f3773649fef1 (diff)
downloaddefinitions-8fcaeecf3dcbad09aafa7b2a10d0e744a4581ab2.tar.gz
WIP: Enable the compute, admin and public listen ports for 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