neutron/neutron/tests/unit/agent/linux
Slawek Kaplonski 7abe0ee34c Add 'keepalived_use_no_track' config option
Patch [1] added option "no_track" to the keepalived's config file which
is generated by L3 agent in HA mode.
This was added to handle properly keepalived 2.x and interfaces which
are in DOWN state in the backup nodes.
But this "no_track" option is not compatible with keepalived 1.x series
which is available e.g. on Ubuntu 18.04.

As there is no easy way to check automatically if keepalived supports or
not this config flag, this patch introduces new config option
"keepalived_use_no_track".
If this config option will be set to False, neutron L3 agent will not
add "no_track" to the keepalived's config.

As master branch is moving to gate on Ubuntu 20.04 where keepalived 2.x
is already available, this new config option default value is set to
True.

[1] https://review.opendev.org/#/c/721799/

Change-Id: I2dfdb9f56de28d56ca0f240ff34fa7c3a12e339b
Closes-Bug: #1890400
2020-08-13 17:15:29 +02:00
..
openvswitch_firewall [OVS][FW] Remote SG IDs left behind when a SG is removed 2020-07-20 08:45:46 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
failing_process.py Keep reading stdout/stderr until after kill 2015-11-19 19:14:13 +02:00
test_bridge_lib.py Implement "BridgeDevice" with Pyroute2 2020-07-06 11:01:21 +00:00
test_daemon.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_dhcp.py Merge "Migrate "dhcp_release" to oslo.privsep" 2020-07-08 16:01:21 +00:00
test_external_process.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_interface.py Merge "Workaround for TCP checksum issue with ovs-dpdk and veth pair" 2020-06-20 18:58:11 +00:00
test_ip_conntrack.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ip_lib.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_ipset_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_iptables_firewall.py Fix iptables rules comments 2020-06-03 16:29:22 +00:00
test_iptables_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_keepalived.py Add 'keepalived_use_no_track' config option 2020-08-13 17:15:29 +02:00
test_l3_tc_lib.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_pd.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_tc_lib.py Fix the wrong value for QoS rate conversion to bytes/s 2020-06-20 19:38:30 +00:00
test_utils.py Remove usage of six.PY2 2020-05-22 12:59:01 -04:00
test_xenapi_root_helper.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00