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
This commit is contained in:
Major Hayden
2017-11-29 10:46:04 -06:00
parent 64da9c6cc6
commit 2dc81d6b60

View File

@@ -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