Merge "[install] Make the rabbitmq configuration simpler"
This commit is contained in:
commit
bcb064becb
@ -1,19 +1,13 @@
|
|||||||
3. Complete the rest of the configuration in ``manila.conf``:
|
3. Complete the rest of the configuration in ``manila.conf``:
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections, configure
|
* In the ``[DEFAULT]`` section, configure ``RabbitMQ``
|
||||||
``RabbitMQ`` message queue access:
|
message queue access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
rpc_backend = rabbit
|
transport_url = rabbit://openstack:RABBIT_PASS@controller
|
||||||
|
|
||||||
[oslo_messaging_rabbit]
|
|
||||||
...
|
|
||||||
rabbit_host = controller
|
|
||||||
rabbit_userid = openstack
|
|
||||||
rabbit_password = RABBIT_PASS
|
|
||||||
|
|
||||||
Replace ``RABBIT_PASS`` with the password you chose for the ``openstack``
|
Replace ``RABBIT_PASS`` with the password you chose for the ``openstack``
|
||||||
account in ``RabbitMQ``.
|
account in ``RabbitMQ``.
|
||||||
|
@ -1,19 +1,13 @@
|
|||||||
4. Complete the rest of the configuration in ``manila.conf``.
|
4. Complete the rest of the configuration in ``manila.conf``.
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
|
* In the ``[DEFAULT]`` section, configure ``RabbitMQ``
|
||||||
configure ``RabbitMQ`` message queue access:
|
message queue access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
rpc_backend = rabbit
|
transport_url = rabbit://openstack:RABBIT_PASS@controller
|
||||||
|
|
||||||
[oslo_messaging_rabbit]
|
|
||||||
...
|
|
||||||
rabbit_host = controller
|
|
||||||
rabbit_userid = openstack
|
|
||||||
rabbit_password = RABBIT_PASS
|
|
||||||
|
|
||||||
Replace ``RABBIT_PASS`` with the password you chose for the
|
Replace ``RABBIT_PASS`` with the password you chose for the
|
||||||
``openstack`` account in ``RabbitMQ``.
|
``openstack`` account in ``RabbitMQ``.
|
||||||
|
Loading…
Reference in New Issue
Block a user