openstack-ansible/releasenotes/notes/rabbitmq-upgrade-management-ssl-d6a7f77f2a65ffa9.yaml
Andrew Bonney 0cc8e039ea rabbitmq: default to using TLS for management user interface
The RabbitMQ role defaults change in Yoga to enable the management
UI with TLS/HTTPS. This implicitly disables the HTTP port.

This commit adjusts the HAProxy config to take account of this
change and switch the port used accordingly. The
rabbitmq_management_ssl variable is also set explicitly to ensure
it is defined with appropriate scope.

Change-Id: I5a9f9855aa701d12bc3c9e2e7e9c651ff606c319
2022-07-27 13:54:38 +01:00

8 lines
279 B
YAML

---
upgrade:
- |
The RabbitMQ management interface surfaced via HAProxy defaults to using
TLS from the Yoga release. Note that when using TLS the default port
switches from 15672 to 15671. TLS can be disabled if required by adjusting
'rabbitmq_management_ssl'.