Add release note about RabbitMQ SSL communication

Change-Id: Ieae64d0b4050d388dbf44a1e2a6f59f944448cb7
This commit is contained in:
Jesse Pretorius 2016-01-22 20:57:01 +00:00
parent 5e76a9283d
commit cf3f4de2db
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
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>`_.