Skip to content

Commit 4e5e88d

Browse files
committed
Explicitly set RabbitMQ queue types in AIO
1 parent be31d10 commit 4e5e88d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ opensearch_heap_size: 200m
1414

1515
# Increase Grafana timeout
1616
grafana_start_first_node_retries: 20
17+
18+
# Ensure Rabbit is deployed with HA rather than Quorum queues (to test migrations)
19+
om_enable_rabbitmq_high_availability: true
20+
om_enable_rabbitmq_quorum_queues: false

0 commit comments

Comments
 (0)