From 2dc81d6b6065b2f25eade02ee927cce49c37fc2e Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 29 Nov 2017 10:46:04 -0600 Subject: [PATCH] Remove send_arp_for_ha option The send_arp_for_ha option was removed in neutron's pike release and neutron will automatically send three ARP requests for each address on a port. https://docs.openstack.org/releasenotes/neutron/pike.html Closes-Bug: 1735215 Change-Id: I312820e1a7818cd20472052bf93e8d2f44d21816 --- templates/l3_agent.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/l3_agent.ini.j2 b/templates/l3_agent.ini.j2 index 2f39c5ea..69578910 100644 --- a/templates/l3_agent.ini.j2 +++ b/templates/l3_agent.ini.j2 @@ -23,7 +23,6 @@ ha_confs_path = {{ neutron_system_home_folder }}/ha_confs ha_vrrp_advert_int = 2 ha_vrrp_auth_password = {{ neutron_ha_vrrp_auth_password }} ha_vrrp_auth_type = {{ neutron_ha_vrrp_auth_type }} -send_arp_for_ha = 3 # Metadata enable_metadata_proxy = True