kolla-ansible/releasenotes/notes/bifrost-no-rabbit-cea7af663f4b814f.yaml
Mark Goddard 33564a0097 Remove RabbitMQ support from Bifrost
During the Train cycle, Bifrost switched to using JSON-RPC by default
for Ironic's internal communication [1], avoiding the need to install
RabbitMQ. This simplifies things, so we may as well remove our custom
configuration of RabbitMQ.

[1] https://review.openstack.org/645093

Change-Id: I3107349530aa753d68fd59baaf13eb7dd5485ae6
2019-04-10 11:30:50 +01:00

8 lines
280 B
YAML

---
upgrade:
- |
Removes support for RabbitMQ from the Bifrost container. During the Train
cycle, Bifrost switched its default to use JSON-RPC rather than RabbitMQ
for internal Ironic communication. This simplifies the deployment and
should improve reliability.