neutron/neutron/tests/functional/agent/l3
Slawek Kaplonski e8e38d67b2 [DVR] Send allowed address pairs info to the L3 agents
When new dvr router is going to be created on the node, L3 agent
asks server for list of ports plugged to the subnets, to populate
arp entries for all fixed IPs from those ports.
There was missing info about allowed address pairs there, so those
IPs were not populated in the qrouter namespace.
Now it's added and L3 agent can add those arp entries to the qrouter
namespaces too.

Conflicts:
    neutron/agent/l3/dvr_local_router.py
    neutron/objects/port/extensions/allowedaddresspairs.py
    neutron/tests/unit/db/test_l3_dvr_db.py

Closes-Bug: #1928466
Change-Id: I5d6c72c271ff450d9e43b3e33a99dd59d727882d
(cherry picked from commit 7b59b5069b)
2021-05-24 11:13:17 +02:00
..
extensions Merge "remove neutron.common.exceptions" 2019-02-03 17:07:02 +00:00
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
framework.py Add 'keepalived_use_no_track' config option 2020-08-25 07:58:35 +00:00
test_dvr_router.py [DVR] Send allowed address pairs info to the L3 agents 2021-05-24 11:13:17 +02:00
test_ha_router.py Delay HA router transition from "backup" to "master" 2019-09-10 05:40:29 +00:00
test_keepalived_state_change.py Set initial ha router state in neutron-keepalived-state-change 2019-03-12 12:29:36 +01:00
test_legacy_router.py "ping"/"ping6" command support in rootwrap filters 2020-09-04 13:23:53 +00:00
test_metadata_proxy.py Remove _migrate_python_ns_metadata_proxy_if_needed method 2018-08-04 09:53:00 +02:00
test_namespace_manager.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00