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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user