summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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