summaryrefslogtreecommitdiff
path: root/openstack/etc/keystone
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-10 18:07:56 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:27 +0000
commitdd5c45ea2988f53aceb4ebb8d5b9baf814b340fd (patch)
tree4b97373b4f1ef2349097fa0ec2ed90e224b86621 /openstack/etc/keystone
parent1fd96fe4dd8f8b92afdbd683b40d379fce9d0cc8 (diff)
downloaddefinitions-dd5c45ea2988f53aceb4ebb8d5b9baf814b340fd.tar.gz
WIP: Enable rabbitmq in keystone
Diffstat (limited to 'openstack/etc/keystone')
-rw-r--r--openstack/etc/keystone/keystone.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/openstack/etc/keystone/keystone.conf b/openstack/etc/keystone/keystone.conf
index 474c5f11..2295af56 100644
--- a/openstack/etc/keystone/keystone.conf
+++ b/openstack/etc/keystone/keystone.conf
@@ -200,23 +200,23 @@ public_port=5000
# The RabbitMQ broker address where a single node is used.
# (string value)
-#rabbit_host=keystone
+rabbit_host=##RABBITMQ_HOST##
# The RabbitMQ broker port where a single node is used.
# (integer value)
-#rabbit_port=5672
+rabbit_port=##RABBITMQ_PORT##
# RabbitMQ HA cluster host:port pairs. (list value)
-#rabbit_hosts=$rabbit_host:$rabbit_port
+rabbit_hosts=$rabbit_host:$rabbit_port
# Connect over SSL for RabbitMQ. (boolean value)
-#rabbit_use_ssl=false
+rabbit_use_ssl=false
# The RabbitMQ userid. (string value)
-#rabbit_userid=guest
+rabbit_userid=##RABBITMQ_USER##
# The RabbitMQ password. (string value)
-#rabbit_password=guest
+rabbit_password=##RABBITMQ_PASSWORD##
# the RabbitMQ login method (string value)
#rabbit_login_method=AMQPLAIN
@@ -310,7 +310,7 @@ public_port=5000
# The messaging driver to use, defaults to rabbit. Other
# drivers include qpid and zmq. (string value)
-#rpc_backend=rabbit
+rpc_backend=rabbit
# The default exchange under which topics are scoped. May be
# overridden by an exchange name specified in the