neutron/neutron/agent
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
..
common Merge "Remove "six" library" 2020-07-30 00:35:59 +00:00
dhcp Remove "six" library 2020-07-28 16:55:52 +00:00
l2 Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3 Remove "six" library 2020-07-28 16:55:52 +00:00
linux Add 'keepalived_use_no_track' config option 2020-08-13 17:15:29 +02:00
metadata Remove "six" library 2020-07-28 16:55:52 +00:00
ovn Remove "six" library 2020-07-28 16:55:52 +00:00
ovsdb Set OVS manager command timeout and inactiviy probe 2020-07-16 15:56:27 +00:00
windows Remove "six" library 2020-07-28 16:55:52 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
firewall.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py Ignore first local port update notification 2019-07-04 12:06:11 +00:00
rpc.py ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
securitygroups_rpc.py Support for stateless security groups 2020-03-03 16:53:42 +01:00