summaryrefslogtreecommitdiff
path: root/openstack/etc/keystone/keystone.conf
diff options
context:
space:
mode:
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 d9a60263..3d580d77 100644
--- a/openstack/etc/keystone/keystone.conf
+++ b/openstack/etc/keystone/keystone.conf
@@ -281,7 +281,7 @@ rabbit_password=##RABBITMQ_PASSWORD##
#matchmaker_heartbeat_ttl=600
# Host to locate redis. (string value)
-#host=127.0.0.1
+#host=localhost
# Use this port to connect to redis host. (integer value)
#port=6379
@@ -332,7 +332,7 @@ rpc_backend=rabbit
#
# URL to get token from ec2 request. (string value)
-#keystone_ec2_url=http://127.0.0.1:5000/v2.0/ec2tokens
+#keystone_ec2_url=http://localhost:5000/v2.0/ec2tokens
# Required if EC2 server requires client certificate. (string
# value)
@@ -1137,7 +1137,7 @@ connection=postgresql://##KEYSTONE_DB_USER##:##KEYSTONE_DB_PASSWORD##@127.0.0.1/
#
# Memcache servers in the format of "host:port". (list value)
-#servers=127.0.0.1:11211
+#servers=localhost:11211
# Number of compare-and-set attempts to make when using
# compare-and-set in the token memcache back end. (integer