neutron/neutron/tests/unit/plugins/ml2/drivers/ovn
Rodolfo Alonso Hernandez f73a2515cb [OVN] Identify the LR GW port with "external_ids:neutron:is_ext_gw"
Since [1], any "Logical_Router_Port" has a key in "external_ids" to
identify if it is an external gateway or not. This key is
"neutron:is_ext_gw". This patch makes use of this key to identify
them in the ``get_lrouter_gw_ports`` method.

This implementation will be useful when the "Logical_Router_Port"
would be bound to an external tunnelled networks. These ports won't
be bound to a "Gateway_Chassis" and the previous logic in this
method will fail.

[1]https://review.opendev.org/c/openstack/neutron/+/907402

Partial-Bug: #2052821
Change-Id: Ieac603b0c7a940693a12170b453eea39dd0eaa47
2024-02-23 22:22:35 +00:00
..
agent [OVN] Remove backwards compatibility with OVN < v20.09 2023-12-04 09:20:57 +00:00
mech_driver [OVN] Identify the LR GW port with "external_ids:neutron:is_ext_gw" 2024-02-23 22:22:35 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
test_db_migration.py [OVN] Add the bridge name and datapath type to the port VIF details 2024-01-14 15:51:07 +00:00