[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
This commit is contained in:
chenxing 2016-11-01 03:29:35 +00:00
parent 331c835aa5
commit 3a20556b2d
1 changed files with 6 additions and 8 deletions

View File

@ -87,18 +87,16 @@
... ...
driver = messaging driver = messaging
* In the ``[oslo_messaging_rabbit]`` section, configure RabbitMQ message * In the ``[DEFAULT]`` section,
queue access: configure ``RabbitMQ`` message queue access:
.. code-block:: ini .. code-block:: ini
[oslo_messaging_rabbit] [DEFAULT]
... ...
rabbit_host = controller transport_url = rabbit://openstack:RABBIT_PASS@controller
rabbit_userid = openstack
rabbit_password = RABBIT_PASS
Replace RABBIT_PASS with the password you chose for the openstack account Replace ``RABBIT_PASS`` with the password you chose for the
in RabbitMQ. ``openstack`` account in ``RabbitMQ``.