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.