From 3a20556b2d839cab9530ba0b9e4319e342c8a4d5 Mon Sep 17 00:00:00 2001 From: chenxing Date: Tue, 1 Nov 2016 03:29:35 +0000 Subject: [PATCH] [instll] Update a more simple rabbitmq configuration Update from this commit https://review.openstack.org/#/c/389971/1 in the openstack-manuals project. Change-Id: I54a104662081ab7b81e200cf6c23f5a8a1e28d61 --- .../source/common/configure_2_edit_magnum_conf.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/install-guide/source/common/configure_2_edit_magnum_conf.rst b/install-guide/source/common/configure_2_edit_magnum_conf.rst index 5f0db8e3dc..2600ae37ac 100644 --- a/install-guide/source/common/configure_2_edit_magnum_conf.rst +++ b/install-guide/source/common/configure_2_edit_magnum_conf.rst @@ -87,18 +87,16 @@ ... driver = messaging - * In the ``[oslo_messaging_rabbit]`` section, configure RabbitMQ message - queue access: + * In the ``[DEFAULT]`` section, + configure ``RabbitMQ`` message queue access: .. code-block:: ini - [oslo_messaging_rabbit] + [DEFAULT] ... - rabbit_host = controller - rabbit_userid = openstack - rabbit_password = RABBIT_PASS + transport_url = rabbit://openstack:RABBIT_PASS@controller - Replace RABBIT_PASS with the password you chose for the openstack account - in RabbitMQ. + Replace ``RABBIT_PASS`` with the password you chose for the + ``openstack`` account in ``RabbitMQ``.