From 7514b3d955455dc74054f7767fc294069ccb67e7 Mon Sep 17 00:00:00 2001 From: chenxing Date: Tue, 1 Nov 2016 02:54:32 +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: I01289ac13473a851f386f489d6ef813a179e7ec6 --- install-guide/source/configure-common.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/install-guide/source/configure-common.rst b/install-guide/source/configure-common.rst index b567b9c15..0ca497720 100644 --- a/install-guide/source/configure-common.rst +++ b/install-guide/source/configure-common.rst @@ -13,20 +13,14 @@ such as ':', '/', '+', and '@' in the connection string in accordance with `RFC2396 `_. - * In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections, + * In the ``[DEFAULT]`` section, configure ``RabbitMQ`` message queue access: .. code-block:: ini [DEFAULT] ... - rpc_backend = rabbit - - [oslo_messaging_rabbit] - ... - 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``.