From cf3f4de2db17e3f1de2b59c6e927b911e274b8e1 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 22 Jan 2016 20:57:01 +0000 Subject: [PATCH] Add release note about RabbitMQ SSL communication Change-Id: Ieae64d0b4050d388dbf44a1e2a6f59f944448cb7 --- .../notes/rabbimq-ssl-611102b1525ba5c2.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 releasenotes/notes/rabbimq-ssl-611102b1525ba5c2.yaml diff --git a/releasenotes/notes/rabbimq-ssl-611102b1525ba5c2.yaml b/releasenotes/notes/rabbimq-ssl-611102b1525ba5c2.yaml new file mode 100644 index 0000000000..ce9d0f6939 --- /dev/null +++ b/releasenotes/notes/rabbimq-ssl-611102b1525ba5c2.yaml @@ -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 `_. +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 `_. +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 `_.