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 @@ -801,14 +801,6 @@ outward_rabbitmq_user: "openstack"
801
801
rabbitmq_enable_tls : " no"
802
802
# CA certificate bundle in RabbitMQ container.
803
803
rabbitmq_cacert : " /etc/ssl/certs/{{ 'ca-certificates.crt' if kolla_base_distro in ['debian', 'ubuntu'] else 'ca-bundle.trust.crt' }}"
804
- rabbitmq_enable_prometheus_plugin : " {{ enable_prometheus }}"
805
- rabbitmq_plugins :
806
- - name : " rabbitmq_management"
807
- enabled : True
808
- - name : " rabbitmq_prometheus"
809
- enabled : " {{ rabbitmq_enable_prometheus_plugin | bool }}"
810
-
811
- rabbitmq_enabled_plugins : " {{ rabbitmq_plugins | selectattr('enabled', 'equalto', true) | list }}"
812
804
813
805
# ###################
814
806
# Qdrouterd options
Original file line number Diff line number Diff line change @@ -74,3 +74,15 @@ rabbitmq_server_additional_erl_args: "+S 2:2 +sbwt none +sbwtdcpu none +sbwtdio
74
74
rabbitmq_tls_options : {}
75
75
# To avoid split-brain
76
76
rabbitmq_cluster_partition_handling : " pause_minority"
77
+
78
+ # ###################
79
+ # Plugins
80
+ # ###################
81
+ rabbitmq_enable_prometheus_plugin : " {{ enable_prometheus }}"
82
+ rabbitmq_plugins :
83
+ - name : " rabbitmq_management"
84
+ enabled : True
85
+ - name : " rabbitmq_prometheus"
86
+ enabled : " {{ rabbitmq_enable_prometheus_plugin | bool }}"
87
+
88
+ rabbitmq_enabled_plugins : " {{ rabbitmq_plugins | selectattr('enabled', 'equalto', true) | list }}"
You can’t perform that action at this time.
0 commit comments