Comment 7 for bug 1929190

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/808156
Committed: https://opendev.org/openstack/neutron/commit/c823bc3294f5dfcd3a3dc52fca0eee9cb6ed277c
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit c823bc3294f5dfcd3a3dc52fca0eee9cb6ed277c
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri May 21 09:44:22 2021 +0000

    VLAN "allocate_partially_specified_segment" can return any physnet

    When allocating a partially defined segment with VLAN type driver, any
    physical network can be returned. The method will select randomly any
    VLAN segment available, independently of the physnet configured order.

    Change-Id: I4d344f5ca6673b70b69a03503ec0f267bf0cadf7
    Closes-Bug: #1929190
    (cherry picked from commit 05ce5a1f9409d9fdd4ef92133f38d7ec9084b1c5)