Remove rabbit_max_retries option

The rabbit_max_retries parameter has been deprecated

Change-Id: I856a75faa4f55deb24265a7464581863c086c2a5
This commit is contained in:
wangqi 2018-08-01 11:42:01 +00:00
parent d4edcbde6d
commit 401c82ecc0
1 changed files with 0 additions and 6 deletions

View File

@ -1742,12 +1742,6 @@ ssl = {{ zun_oslomsg_notify_use_ssl | bool }}
# (integer value)
#rabbit_interval_max = 30
# DEPRECATED: Maximum number of RabbitMQ connection retries. Default is 0
# (infinite retry count). (integer value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#rabbit_max_retries = 0
# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
# is no longer controlled by the x-ha-policy argument when declaring a queue.