neutron/releasenotes/notes/ovn-limit-one-physnet-per-bridge-188285955a5ea124.yaml
Rodolfo Alonso Hernandez eddb3a7902 [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.

Conflicts:
  neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_impl_idl.py

Closes-Bug: #1956476
Change-Id: I74a2ca9a344a93219deb94d60247478ee3200659
(cherry picked from commit 55afd9bc92)
2022-01-08 14:58:16 +00:00

5 lines
95 B
YAML

---
other:
- |
OVN mechanism driver allows only to have one physical network per bridge.