Skip to content

Commit

Permalink
kolla: add om_enable_rabbitmq_quorum_queues (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Dec 21, 2023
1 parent 8176a8b commit 6a1c713
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all/001-kolla-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ om_enable_rabbitmq_tls: "{{ rabbitmq_enable_tls | bool }}"
om_rabbitmq_cacert: "{{ rabbitmq_cacert }}"

om_enable_rabbitmq_high_availability: false
# Only enable quorum queues if you disable om_enable_rabbitmq_high_availability
om_enable_rabbitmq_quorum_queues: false

####################
# Networking options
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Add new `om_enable_rabbitmq_quorum_queues` kolla default parameter.

0 comments on commit 6a1c713

Please sign in to comment.