[instll] Update a more simple rabbitmq configuration

The current rabbitmq configuration will be deprecated. This
patch is to update it.

Change-Id: Id7f5cf1763e9735c9ef20f72261de3ace64f53d9
Closes-Bug: #1635615
This commit is contained in:
chenxing 2016-10-22 05:52:06 +00:00
parent 8efdd2ff5d
commit 556e1abb00
2 changed files with 6 additions and 18 deletions

View File

@ -89,21 +89,15 @@ Install and configure components
.. end
* In the ``[DEFAULT]`` and [oslo_messaging_rabbit]
sections, configure ``RabbitMQ`` message queue access:
* In the ``[DEFAULT]`` sections, configure ``RabbitMQ``
message queue access:
.. path /etc/nova/nova.conf
.. 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
.. end

View File

@ -276,21 +276,15 @@ Install and configure components
Replace ``NOVA_DBPASS`` with the password you chose for
the Compute databases.
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
configure ``RabbitMQ`` message queue access:
* In the ``[DEFAULT]`` sections, configure ``RabbitMQ``
message queue access:
.. path /etc/nova/nova.conf
.. 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
.. end