neutron/neutron/tests
Slawek Kaplonski 02ad1b7909 Fix migration from the HA to non-HA routers
In case if during switching HA router to be down, there will be any
failure, router_info will be stored in L3 agent's cache as HaRouter.
In case when next update on the router is migration to non-HA router
this is wrong class and it causes other issues, e.g. with
remove_vip_by_ip_address() which is correct only for HA routers.

This patch fixes that issue by adding check of the router's ha and
distributed flags and update local cache with new router_info class
in case if at least one of those flags don't match.

Change-Id: Ib0d3a501f88c149baea7d715c7cfe5811bc85e4f
Closes-Bug: #1892846
(cherry picked from commit 489e0ead72)
2020-11-19 10:54:15 +00:00
..
common "ping"/"ping6" command support in rootwrap filters 2020-09-04 13:28:18 +00:00
contrib Fix queens gates, multiple fixes 2020-07-07 10:56:34 +02:00
etc List SG rules which belongs to tenant's SG 2020-02-17 12:28:08 +01:00
fullstack Import "oslo_config.cfg" before "eventlet" 2020-10-09 09:56:31 +00:00
functional Merge "Revert "[Security] fix allowed-address-pair 0.0.0.0/0 issue"" into stable/queens 2020-11-18 01:39:28 +00:00
tempest Remove the bundled intree neutron tempest plugin 2017-11-22 12:54:33 -08:00
unit Fix migration from the HA to non-HA routers 2020-11-19 10:54:15 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Handle DBConnectionError in skip_if_timeout decorator 2019-04-11 07:22:02 +00: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 Router to OVO 2017-11-24 04:11:33 +00:00