Comment 10 for bug 1929190

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/808192
Committed: https://opendev.org/openstack/neutron/commit/e474ee9a5daa774e6b7f1de44a568b187cf74ad5
Submitter: "Zuul (22348)"
Branch: stable/train

commit e474ee9a5daa774e6b7f1de44a568b187cf74ad5
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.

    Conflicts:
        neutron/tests/unit/plugins/ml2/drivers/test_type_vlan.py

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