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-04 18:41:38 +0000
commite845fe6aa5c89cf84dcbcd826378cf2658897fb5 (patch)
treef6924d4f65daf81561077799f3e8ec134ee0c4fe /openstack/etc/keystone/keystone.conf
parent5371d95fd82aba0a29b9967e9d428542b3827a1b (diff)
downloaddefinitions-e845fe6aa5c89cf84dcbcd826378cf2658897fb5.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