Update RabbitMQ install guide for correct ssl variable

configure-rabbitmq.rst updated from rabbit_use_ssl to rabbitmq_use_ssl

Change-Id: I8cb3d584e7aef84264040db518e6ff0a3e2c1793
Closes-bug: #1541943
This commit is contained in:
Amy Marrich 2016-02-04 11:23:00 -06:00
parent fb4c1073a0
commit 3d5cfda52b

View File

@ -24,11 +24,11 @@ Enable encrypted connections to RabbitMQ
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SSL communication between various OpenStack services and RabbitMQ is
controlled via the Ansible variable ``rabbit_use_ssl``:
controlled via the Ansible variable ``rabbitmq_use_ssl``:
.. code-block:: yaml
rabbit_use_ssl: true
rabbitmq_use_ssl: true
Setting this variable to ``true`` will adjust the RabbitMQ port to 5671 (the
default SSL/TLS listener port) and enable SSL connectivity between each