Remove deprecated rabbit_hosts

Change-Id: I86cb910ee58bd765366adbeb7eae03dcbee8bc52
This commit is contained in:
ZhongShengping 2018-12-07 09:56:06 +08:00
parent 1a677878d4
commit a4d25a31c2
1 changed files with 0 additions and 4 deletions

View File

@ -75,12 +75,8 @@ backup_segment_max_size = 2147483648
<%- if @rabbit_ha_queues and @rabbit_ha_queues != "<SERVICE DEFAULT>" -%>
rabbit_ha_queues=<%= @rabbit_ha_queues %>
<%- else -%>
<%- if @rabbit_hosts and @rabbit_hosts != "<SERVICE DEFAULT>" -%>
rabbit_ha_queues=true
<%- else -%>
#rabbit_ha_queues=false
<%- end -%>
<%- end -%>
<%- if @amqp_durable_queues and @amqp_durable_queues != "<SERVICE DEFAULT>" -%>
amqp_durable_queues=<%= @amqp_durable_queues %>