Request quorum queues
Update charm config to create rabbbitmq quorum queues. Change-Id: I9013f63668e09bffaced7c6a6ee7d053c1a82e2e
This commit is contained in:
parent
291f79c459
commit
5413f2c280
@ -67,3 +67,5 @@ user_domain_name = {{ identity_service.service_domain_name }}
|
||||
project_name = {{ identity_service.service_project_name }}
|
||||
username = {{ identity_service.service_user_name }}
|
||||
password = {{ identity_service.service_password }}
|
||||
|
||||
{% include "parts/section-oslo-messaging-rabbit" %}
|
||||
|
@ -0,0 +1,2 @@
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_quorum_queue = True
|
@ -20,9 +20,11 @@ applications:
|
||||
trust: false
|
||||
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
|
||||
channel: yoga/edge
|
||||
|
Loading…
Reference in New Issue
Block a user