From d49261710331a02bc8d0b87677df1af505045f0c Mon Sep 17 00:00:00 2001 From: asettle Date: Tue, 26 May 2015 12:18:19 +1000 Subject: [PATCH] Adding rabbit_userid to the heat.conf file Change-Id: I77c9ed37c53124a870bb289f00a184ae7d376cb5 Closes-bug: #1458440 --- doc/install-guide/section_heat-install.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/install-guide/section_heat-install.xml b/doc/install-guide/section_heat-install.xml index 435ad03260..cc993e6244 100644 --- a/doc/install-guide/section_heat-install.xml +++ b/doc/install-guide/section_heat-install.xml @@ -212,15 +212,20 @@ connection = mysql://heat:HEAT_DBPASS@co password you chose for the Orchestration database. - In the [DEFAULT] section, configure - RabbitMQ message broker access: + In the [DEFAULT] and + [oslo_messaging_rabbit] sections, configure + RabbitMQ message queue access: [DEFAULT] ... rpc_backend = rabbit + +[oslo_messaging_rabbit] +... rabbit_host = controller +rabbit_userid = openstack rabbit_password = RABBIT_PASS Replace RABBIT_PASS with the - password you chose for the guest account in + password you chose for the openstack account in RabbitMQ.