Merge "Remove deprecated rabbit_hosts"

This commit is contained in:
Zuul 2018-12-12 03:25:29 +00:00 committed by Gerrit Code Review
commit 52bc586480
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 %>