kolla-ansible/releasenotes/notes/fix-trove-bug-64e0f1e17018882c.yaml
wu.chunyang 6b96d098bf Fix trove failed to connect rabbitmq - durable queues support
This change fixes the trove guest instance failed to connect to
RabbitMQ by adding durable queues support to oslo_messaging_rabbit
section in guest-agent.conf.

Partial-Bug: #2048822

Change-Id: I8efc3c92e861816385e6cda3b231a950a06bf57d
2024-01-11 10:11:29 +00:00

8 lines
270 B
YAML

---
fixes:
- |
Fix a trove deployment bug where trove guest-agent failed to connect
to RabbitMQ due to the missing of the `oslo_messaging_rabbit` config in
`guest-agent.conf`.
see `bug 2048822 <https://bugs.launchpad.net/kolla-ansible/+bug/2048822>`__