File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -805,14 +805,6 @@ outward_rabbitmq_user: "openstack"
805
805
rabbitmq_enable_tls : " no"
806
806
# CA certificate bundle in RabbitMQ container.
807
807
rabbitmq_cacert : " /etc/ssl/certs/{{ 'ca-certificates.crt' if kolla_base_distro in ['debian', 'ubuntu'] else 'ca-bundle.trust.crt' }}"
808
- rabbitmq_enable_prometheus_plugin : " {{ enable_prometheus }}"
809
- rabbitmq_plugins :
810
- - name : " rabbitmq_management"
811
- enabled : True
812
- - name : " rabbitmq_prometheus"
813
- enabled : " {{ rabbitmq_enable_prometheus_plugin | bool }}"
814
-
815
- rabbitmq_enabled_plugins : " {{ rabbitmq_plugins | selectattr('enabled', 'equalto', true) | list }}"
816
808
817
809
# ###################
818
810
# Qdrouterd options
Original file line number Diff line number Diff line change @@ -88,3 +88,15 @@ rabbitmq_server_additional_erl_args: "+S 2:2 +sbwt none +sbwtdcpu none +sbwtdio
88
88
rabbitmq_tls_options : {}
89
89
# To avoid split-brain
90
90
rabbitmq_cluster_partition_handling : " pause_minority"
91
+
92
+ # ###################
93
+ # Plugins
94
+ # ###################
95
+ rabbitmq_enable_prometheus_plugin : " {{ enable_prometheus }}"
96
+ rabbitmq_plugins :
97
+ - name : " rabbitmq_management"
98
+ enabled : True
99
+ - name : " rabbitmq_prometheus"
100
+ enabled : " {{ rabbitmq_enable_prometheus_plugin | bool }}"
101
+
102
+ rabbitmq_enabled_plugins : " {{ rabbitmq_plugins | selectattr('enabled', 'equalto', true) | list }}"
You can’t perform that action at this time.
0 commit comments