Changes aa-rabbitmq.txt

No need for information to be plural
Added hyphen

Change-Id: I33c90efdf5edd6dfc3ad90436b20774cad26a0a0
This commit is contained in:
shillasaebi 2014-04-11 01:17:15 -04:00
parent b41966416f
commit 279f32beab

View File

@ -78,7 +78,7 @@ We need to make sure that all queues (except those with auto-generated names) ar
rabbitmqctl set_policy HA '^(?!amq\.).*' '{"ha-mode": "all"}'
----
http://www.rabbitmq.com/ha.html[More informations about High availability in RabbitMQ]
http://www.rabbitmq.com/ha.html[More information about High availability in RabbitMQ]
==== Configure OpenStack Services to use RabbitMQ
@ -98,7 +98,7 @@ How frequently to retry connecting with RabbitMQ:
rabbit_retry_interval=1
----
How long to backoff for between retries when connecting to RabbitMQ:
How long to back-off for between retries when connecting to RabbitMQ:
----
rabbit_retry_backoff=2
----