We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daaead commit 901c0c2Copy full SHA for 901c0c2
etc/kayobe/environments/ci-multinode/kolla/globals.yml
@@ -60,3 +60,10 @@ designate_ns_record:
60
designate_backend: "bind9"
61
designate_recursion: "yes"
62
designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
63
+
64
+############################################################################
65
+# RabbitMQ
66
67
+# Ensure Rabbit is deployed with HA rather than quorum queues (to test migrations)
68
+om_enable_rabbitmq_high_availability: true
69
+om_enable_rabbitmq_quorum_queues: false
0 commit comments