Skip to content

Commit dc0661e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "haproxy: fix missing user in rabbitmq healthcheck"
2 parents 6738380 + d0a3e1f commit dc0661e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ansible/group_vars/all/rabbitmq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enable_rabbitmq: "{{ 'yes' if om_rpc_transport == 'rabbit' or om_notify_transpor
55
# RabbitMQ options
66
####################
77
rabbitmq_user: "openstack"
8-
rabbitmq_monitoring_user: ""
8+
rabbitmq_monitoring_user: "openstack-monitoring"
99
# Whether to enable TLS encryption for RabbitMQ client-server communication.
1010
rabbitmq_enable_tls: false
1111
# CA certificate bundle in RabbitMQ container.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix RabbitMQ HAProxy config missing auth in health checks.
5+
This caused backend to be marked DOWN and HTTP 500 errors.
6+
`LP#2150569 <https://launchpad.net/bugs/2150569>`__

0 commit comments

Comments
 (0)