Files
puppet-nova/releasenotes/notes/queue_manager-and-stream_fanout-55a335733a52f7f6.yaml
Thomas Goirand 8bdcbc820b Add queue_manager and stream_fanout
This patch adds two new parameters to the toplevel 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 nova_config.

Change-Id: Ifb14d23b79e13458e8db9ff165153deca703c7f5
2025-06-21 22:50:50 +02:00

6 lines
133 B
YAML

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