Comment 7 for bug 1956476

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/824344
Committed: https://opendev.org/openstack/neutron/commit/795a19bf35175e75dfffd7ba6c349b74f0ff3815
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 795a19bf35175e75dfffd7ba6c349b74f0ff3815
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Dec 23 11:00:09 2021 +0000

    [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
    (cherry picked from commit 55afd9bc923f55bc8f621316a080ad4271182ebc)