summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-06-03 17:58:49 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-06-03 17:58:49 +0000
commit397efc76533293f2758c8ca48ab867cc150a2532 (patch)
tree025f31459884b27fc92580cf247fd4feba130e97
parentc168d8d5601cf04cd2a8eba0a38ae4f956f3a851 (diff)
downloaddefinitions-397efc76533293f2758c8ca48ab867cc150a2532.tar.gz
WIP neutron: stop sending gratuitous ARPs for HA setup
Change-Id: I0d13bebe4af234769b5a8da0b9a62fe8e661f1e2
-rw-r--r--openstack/usr/share/openstack/neutron/l3_agent.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/neutron/l3_agent.ini b/openstack/usr/share/openstack/neutron/l3_agent.ini
index bc1321e4..78b049c2 100644
--- a/openstack/usr/share/openstack/neutron/l3_agent.ini
+++ b/openstack/usr/share/openstack/neutron/l3_agent.ini
@@ -66,7 +66,7 @@ external_network_bridge = br-ex
# Send this many gratuitous ARPs for HA setup. Set it below or equal to 0
# to disable this feature.
-# send_arp_for_ha = 3
+send_arp_for_ha = 0
# seconds between re-sync routers' data if needed
# periodic_interval = 40