Changed cluster to join_cluster in RABBITMQ

Changed the word cluster to join_cluster in
openstack high availability guide, subsection
configure Rabbitmq

Change-Id: I404b4e23da4c3b00dea65375fc76f72f19cb4b78
Closes-Bug: #1329340
This commit is contained in:
Manishanker Talusani 2014-06-18 22:10:11 +05:30
parent 1aaba0bb51
commit 2284d6da5f

View File

@ -19,7 +19,7 @@ root@rabbit2:/var/lib/rabbitmq/.erlang.cookie</screen>
If RabbitMQ fails to start, you cant continue to the next step.</simpara>
<simpara>Now, we are building the HA cluster. From rabbit2, run these commands:</simpara>
<screen>rabbitmqctl stop_app
rabbitmqctl cluster rabbit@rabbit1
rabbitmqctl join_cluster rabbit@rabbit1
rabbitmqctl start_app</screen>
<simpara>To verify the cluster status :</simpara>
<screen>rabbitmqctl cluster_status