Request quorum queues
Update charm config to create rabbbitmq quorum queues. Change-Id: Ib1cb9d29f857ab9e4b176dee17c2e69a9258880a
This commit is contained in:
parent
346314cbfc
commit
4e415a5e26
@ -22,3 +22,5 @@ enabled = True
|
||||
[storage:sqlalchemy]
|
||||
{% include "parts/database-connection" %}
|
||||
db_auto_create = false
|
||||
|
||||
{% include "parts/section-oslo-messaging-rabbit" %}
|
||||
|
@ -0,0 +1,2 @@
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_quorum_queue = True
|
@ -18,9 +18,11 @@ applications:
|
||||
|
||||
rabbitmq:
|
||||
charm: ch:rabbitmq-k8s
|
||||
channel: 3.9/edge
|
||||
channel: 3.12/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
minimum-replicas: 1
|
||||
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
|
Loading…
x
Reference in New Issue
Block a user