Request quorum queues
Update charm config to create rabbbitmq quorum queues. Change-Id: Ie2e4d05cb0865b47f74b61bdcdb5076d2b8e2dde
This commit is contained in:
parent
26933e2f27
commit
1cdcbdff65
@ -18,3 +18,5 @@ alarm_histories_delete_batch_size = {{ options.alarm_histories_delete_batch_size
|
||||
{% include "parts/section-identity" %}
|
||||
|
||||
{% include "parts/section-service-credentials" %}
|
||||
|
||||
{% include "parts/section-oslo-messaging-rabbit" %}
|
||||
|
@ -0,0 +1,2 @@
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_quorum_queue = True
|
@ -26,9 +26,11 @@ applications:
|
||||
# required for nova
|
||||
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…
Reference in New Issue
Block a user