Comment 34 for bug 1764738

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/839479
Committed: https://opendev.org/openstack/neutron/commit/6ec0bc70a7907ab2d83d1dfe0b177ddf17c79d61
Submitter: "Zuul (22348)"
Branch: master

commit 6ec0bc70a7907ab2d83d1dfe0b177ddf17c79d61
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Wed Apr 27 09:03:55 2022 +0200

    ovs: make vlanmanager to handle more vlan mapping per network

    This change is updating the vlanmanager data structure to handle for a
    given network more than one vlan mapping. This is a prerequisite work
    needed to progress on accepting several segments per network per
    host.

    The work done here is trying to avoid changing logic in the
    current implementation. Unit test should not have value updated,
    but probably signatures changed.

    Partial-Bug: #1956435
    Partial-Bug: #1764738
    Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>
    Change-Id: Ic3c147136549b17aea0fe78e930a41a5b33ab9d8