neutron/neutron/conf
Slawek Kaplonski b2b9fd66b9 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/

Conflicts:
    neutron/conf/agent/l3/config.py

Change-Id: I2dfdb9f56de28d56ca0f240ff34fa7c3a12e339b
Closes-Bug: #1890400
(cherry picked from commit 7abe0ee34c)
2020-08-25 09:56:41 +02:00
..
agent Add 'keepalived_use_no_track' config option 2020-08-25 09:56:41 +02:00
db DVR: Ignore DHCP port during DVR host query 2019-08-21 05:35:19 +00:00
extensions Conntrack Helper - Plugin 2019-08-29 10:41:04 +02:00
plugins Merge "Force arp_responder to True when DVR and tunneling enabled" into stable/train 2020-02-05 18:38:36 +00:00
policies List SG rules which belongs to tenant's SG 2019-12-04 20:44:05 +00:00
services Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Add config option ``http_retries`` 2020-07-09 10:11:43 +00:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Merge "Add "rpc_response_max_timeout" config variable in OVS agent" 2019-03-01 12:09:18 +00:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00