neutron/neutron/tests
Slawek Kaplonski 56c591996b Set initial ha router state in neutron-keepalived-state-change
Sometimes in case of HA routers it may happend that
keepalived will set status of router to MASTER before
neutron-keepalived-state-change daemon will spawn "ip monitor"
to monitor changes of IPs in router's namespace.

In such case neutron-keepalived-state-change process will never
notice that keepalived set router to be MASTER and L3 agent will
not be notified about that so router will not be configured properly.

To avoid such race condition neutron-keepalived-state-change will
now check if VIP address is already configured on ha interface
before it will spawn "ip monitor". If it is already configured
by keepalived, it will notify L3 agent that router is set to
MASTER.

Change-Id: Ie3fe825d65408fc969c478767b411fe0156e9fbc
Closes-Bug: #1818614
(cherry picked from commit 8fec1ffc83)
2019-03-14 21:15:46 +00:00
..
common Merge "Fix IPv6 prefix delegation issue on agent restart" into stable/rocky 2018-10-17 14:40:00 +00:00
contrib Implement filter validation 2018-07-19 04:13:43 +00:00
etc Add ext_parent policy check 2018-08-01 02:45:42 +08:00
fullstack Clear residual qos rules after l2-agent restarts. 2019-01-22 12:59:24 +00:00
functional Set initial ha router state in neutron-keepalived-state-change 2019-03-14 21:15:46 +00:00
tempest Removing remaining Tempest bits 2018-03-26 11:41:35 -05:00
unit Merge "When converting sg rules to iptables, do not emit dport if not supported" into stable/rocky 2019-03-13 15:42:48 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Add new test decorator skip_if_timeout 2019-02-20 10:54:38 +01:00
fake_notifier.py FakeNotifier class 'topic' argument change to 'topics'. 2017-12-04 20:10:03 +01:00
post_mortem_debug.py
tools.py pecan.jsonify v1.3 adjustment 2018-04-18 15:37:20 +00:00