openstack-ansible/releasenotes/notes/rabbimq-ssl-611102b1525ba5c2.yaml
Jesse Pretorius cf3f4de2db Add release note about RabbitMQ SSL communication
Change-Id: Ieae64d0b4050d388dbf44a1e2a6f59f944448cb7
2016-01-22 21:42:12 +00:00

23 lines
1.5 KiB
YAML

---
features:
- OpenStack services have been set to communicate with RabbitMQ using SSL by
default. This feature may be disabled by setting ``rabbit_use_ssl`` to
``false`` in ``/etc/openstack_deploy/user_variables.yml``. The default
behaviour will be to use a self-signed certificate for communications. This
can be changed by the procedure referred to in
`the SSL documentation <http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-sslcertificates.html>`_.
upgrade:
- OpenStack services have been set to communicate with RabbitMQ using SSL by
default. This feature may be disabled by setting ``rabbit_use_ssl`` to
``false`` in ``/etc/openstack_deploy/user_variables.yml``. The default
behaviour will be to use a self-signed certificate for communications. This
can be changed by the procedure referred to in
`the SSL documentation <http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-sslcertificates.html>`_.
security:
- OpenStack services have been set to communicate with RabbitMQ using SSL by
default. This feature may be disabled by setting ``rabbit_use_ssl`` to
``false`` in ``/etc/openstack_deploy/user_variables.yml``. The default
behaviour will be to use a self-signed certificate for communications. This
can be changed by the procedure referred to in
`the SSL documentation <http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-sslcertificates.html>`_.