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:45:02 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-04 18:45:02 +0000
commit75ece84ad64580a5bf2a72039a2a0eb350b901f3 (patch)
tree75579d09fc370625a69ccd7ce3110d2048d9c6cf /openstack/etc/keystone/keystone.conf
parente845fe6aa5c89cf84dcbcd826378cf2658897fb5 (diff)
downloaddefinitions-75ece84ad64580a5bf2a72039a2a0eb350b901f3.tar.gz
WIP: Add hostname to /etc/hosts and point the services to this host
Diffstat (limited to 'openstack/etc/keystone/keystone.conf')
-rw-r--r--openstack/etc/keystone/keystone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/keystone/keystone.conf b/openstack/etc/keystone/keystone.conf
index 3d580d77..a46cc5fc 100644
--- a/openstack/etc/keystone/keystone.conf
+++ b/openstack/etc/keystone/keystone.conf
@@ -628,7 +628,7 @@ rpc_backend=rabbit
# Deprecated group/name - [DATABASE]/sql_connection
# Deprecated group/name - [sql]/connection
#connection=<None>
-connection=postgresql://##KEYSTONE_DB_USER##:##KEYSTONE_DB_PASSWORD##@127.0.0.1/keystone
+connection=postgresql://##KEYSTONE_DB_USER##:##KEYSTONE_DB_PASSWORD##@onenode/keystone
# The SQLAlchemy connection string to use to connect to the
# slave database. (string value)