Files
puppet-glance/releasenotes/notes/queue_manager-and-stream_fanout-3b4ca0607c93d9f4.yaml
Thomas Goirand 5fd27a084c Add queue_manager and stream_fanout
This patch adds two new parameters to the glance::notify::rabbitmq class:
- rabbit_use_queue_manager
- rabbit_stream_fanout

that are already handled by the oslo::messaging::rabbit class, which
makes it impossible to set using glance_api_config.

Change-Id: I3e118d4c58778a3e887e710cde83ddbfa8c2877b
2025-06-30 16:31:33 +02:00

6 lines
153 B
YAML

---
features:
- |
The ``glance::notify::rabbitmq`` class now has two new parameters
``rabbit_use_queue_manager`` and ``rabbit_stream_fanout``.