Merge "Enable oslomsg_rabbit_queue_manager by default"
This commit is contained in:
commit
868d410e1b
@ -14,9 +14,7 @@
|
|||||||
|
|
||||||
# Quorum Queues
|
# Quorum Queues
|
||||||
oslomsg_rabbit_quorum_queues: "{{ rabbitmq_queue_replication }}"
|
oslomsg_rabbit_quorum_queues: "{{ rabbitmq_queue_replication }}"
|
||||||
# NOTE(noonedeadpunk): Disabled due to broken behaviour for metal setups
|
|
||||||
# See https://bugs.launchpad.net/oslo.messaging/+bug/2065922
|
|
||||||
oslomsg_rabbit_queue_manager: False
|
|
||||||
|
|
||||||
# RPC
|
# RPC
|
||||||
oslomsg_rpc_transport: "{{ (groups[qdrouterd_host_group] | length > 0) | ternary('amqp', 'rabbit') }}"
|
oslomsg_rpc_transport: "{{ (groups[qdrouterd_host_group] | length > 0) | ternary('amqp', 'rabbit') }}"
|
||||||
|
@ -14,10 +14,8 @@ features:
|
|||||||
is `True`
|
is `True`
|
||||||
- oslomsg_rabbit_qos_prefetch_count: Must be set to a positive value if
|
- oslomsg_rabbit_qos_prefetch_count: Must be set to a positive value if
|
||||||
``oslomsg_rabbit_stream_fanout`` is `True`
|
``oslomsg_rabbit_stream_fanout`` is `True`
|
||||||
- oslomsg_rabbit_queue_manager: Disabled by default. It is recommended to
|
- oslomsg_rabbit_queue_manager: Enabled if ``oslomsg_rabbit_quorum_queues``
|
||||||
enable only for containerized deployments.
|
is also set to `True`
|
||||||
Please check `oslo.messaging bug report <https://bugs.launchpad.net/oslo.messaging/+bug/2065922>`_
|
|
||||||
for more details of why it should not be used for metal deployments.
|
|
||||||
|
|
||||||
Each service also has corresponsive variables prefixed with service name, like
|
Each service also has corresponsive variables prefixed with service name, like
|
||||||
``<service>_oslomsg_rabbit_stream_fanout`` to control them separately.
|
``<service>_oslomsg_rabbit_stream_fanout`` to control them separately.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user