Wrong number of nodes: Messaging service in High Availability Guide
Fix rabbitmq number to 2node Closes-bug: #1744646 Change-Id: I5832006b3faa92f09ae1ae7e45dbdd4c7a9df05d
This commit is contained in:
parent
c89d764027
commit
b8cc1962af
@ -234,7 +234,7 @@ Use these steps to configurate all services using RabbitMQ:
|
||||
.. code-block:: ini
|
||||
|
||||
transport_url = rabbit://RABBIT_USER:RABBIT_PASS@rabbit1:5672,
|
||||
RABBIT_USER:RABBIT_PASS@rabbit2:5672,RABBIT_USER:RABBIT_PASS@rabbit3:5672
|
||||
RABBIT_USER:RABBIT_PASS@rabbit2:5672
|
||||
|
||||
Replace ``RABBIT_USER`` with RabbitMQ username and ``RABBIT_PASS`` with
|
||||
password for respective RabbitMQ host. For more information, see
|
||||
|
Loading…
Reference in New Issue
Block a user