neutron/neutron/plugins/ml2/drivers/ovn
Rodolfo Alonso Hernandez 55afd9bc92 [OVN] Allow only one physical network per bridge
Same as in other ML2 plugins (OVS, Linux Bridge), OVN mechanism driver
should allow only one physical network per bridge. The rule "one
network, one bridge" should be present in OVN too.

By allowing only one physical network per bridge, Neutron prevents
having two networks with subnets with the same CIDR in the same bridge.
Currently is possible and this CIDR clash is not prevented (shouldn't be
by the API). This architectural limitation prevents this situation.

This limitation is already present in deployment tools as TripleO.

Closes-Bug: #1956476
Change-Id: I74a2ca9a344a93219deb94d60247478ee3200659
2022-01-07 08:48:02 +00:00
..
agent Merge "[OVN] Change ControllerAgent type dinamically" 2021-09-09 23:03:19 +00:00
mech_driver [OVN] Allow only one physical network per bridge 2022-01-07 08:48:02 +00:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
db_migration.py [OVN] Keep "connectivity" VIF details parameter in migration 2021-12-13 15:34:32 +00:00