]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove qpid configuration variables no longer supported
authorGary Kotton <gkotton@redhat.com>
Sat, 10 Nov 2012 22:29:35 +0000 (22:29 +0000)
committerGary Kotton <gkotton@redhat.com>
Sat, 10 Nov 2012 22:29:35 +0000 (22:29 +0000)
Change-Id: I25396654fdd03ae54d7d7470a9d2952689836c50

etc/quantum.conf

index 8733590492b720bc85c3ed5e7e6b831863f9ba0c..802d8bb44b7e957b1c893b7c67a3ea905513ce92 100644 (file)
@@ -126,18 +126,6 @@ control_exchange = quantum
 # qpid_password = ''
 # Space separated list of SASL mechanisms to use for auth
 # qpid_sasl_mechanisms = ''
-# Automatically reconnect
-# qpid_reconnect = True
-# Reconnection timeout in seconds
-# qpid_reconnect_timeout = 0
-# Max reconnections before giving up
-# qpid_reconnect_limit = 0
-# Minimum seconds between reconnection attempts
-# qpid_reconnect_interval_min = 0
-# Maximum seconds between reconnection attempts
-# qpid_reconnect_interval_max = 0
-# Equivalent to setting max and min to the same value
-# qpid_reconnect_interval = 0
 # Seconds between connection keepalive heartbeats
 # qpid_heartbeat = 60
 # Transport to use, either 'tcp' or 'ssl'