summaryrefslogtreecommitdiff
path: root/openstack/etc/keystone/keystone.conf
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-04 18:41:38 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:37 +0000
commit2015fd2b3e90e13cf3bebf0f6294822a371dbbd7 (patch)
tree5a9db487877f0e18bbfa386079c79e1385a1f9db /openstack/etc/keystone/keystone.conf
parentdacc3f351eda5643c586f0c548425738655778af (diff)
downloaddefinitions-2015fd2b3e90e13cf3bebf0f6294822a371dbbd7.tar.gz
Revert the change from localhost to 127.0.0.1 done in a previous commit
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