Remove deprecated rabbit_hosts
Change-Id: I86cb910ee58bd765366adbeb7eae03dcbee8bc52
This commit is contained in:
parent
1a677878d4
commit
a4d25a31c2
@ -75,12 +75,8 @@ backup_segment_max_size = 2147483648
|
|||||||
<%- if @rabbit_ha_queues and @rabbit_ha_queues != "<SERVICE DEFAULT>" -%>
|
<%- if @rabbit_ha_queues and @rabbit_ha_queues != "<SERVICE DEFAULT>" -%>
|
||||||
rabbit_ha_queues=<%= @rabbit_ha_queues %>
|
rabbit_ha_queues=<%= @rabbit_ha_queues %>
|
||||||
<%- else -%>
|
<%- else -%>
|
||||||
<%- if @rabbit_hosts and @rabbit_hosts != "<SERVICE DEFAULT>" -%>
|
|
||||||
rabbit_ha_queues=true
|
|
||||||
<%- else -%>
|
|
||||||
#rabbit_ha_queues=false
|
#rabbit_ha_queues=false
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%- end -%>
|
|
||||||
|
|
||||||
<%- if @amqp_durable_queues and @amqp_durable_queues != "<SERVICE DEFAULT>" -%>
|
<%- if @amqp_durable_queues and @amqp_durable_queues != "<SERVICE DEFAULT>" -%>
|
||||||
amqp_durable_queues=<%= @amqp_durable_queues %>
|
amqp_durable_queues=<%= @amqp_durable_queues %>
|
||||||
|
Loading…
Reference in New Issue
Block a user