Request quorum queues
Update charm config to create rabbbitmq quorum queues. Change-Id: Id3f096c95f82303d89c5178a103181dc694ed01f
This commit is contained in:
parent
af280171df
commit
7f505d471c
@ -18,3 +18,5 @@ auth_strategy = keystone
|
|||||||
|
|
||||||
[oslo_concurrency]
|
[oslo_concurrency]
|
||||||
lock_path = /var/lib/cinder/tmp
|
lock_path = /var/lib/cinder/tmp
|
||||||
|
|
||||||
|
{% include "parts/section-oslo-messaging-rabbit" %}
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
[oslo_messaging_rabbit]
|
||||||
|
rabbit_quorum_queue = True
|
@ -25,9 +25,11 @@ applications:
|
|||||||
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
charm: ch:rabbitmq-k8s
|
charm: ch:rabbitmq-k8s
|
||||||
channel: 3.9/edge
|
channel: 3.12/edge
|
||||||
scale: 1
|
scale: 1
|
||||||
trust: true
|
trust: true
|
||||||
|
options:
|
||||||
|
minimum-replicas: 1
|
||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: ch:keystone-k8s
|
charm: ch:keystone-k8s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user