Comment 22 for bug 1753209

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

Reviewed: https://review.openstack.org/571681
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=221df78612820fcbd3455b4b1092bdc8160c56cb
Submitter: Zuul
Branch: stable/pike

commit 221df78612820fcbd3455b4b1092bdc8160c56cb
Author: Slawek Kaplonski <email address hidden>
Date: Fri Jun 1 11:54:28 2018 +0200

    Don't share a network with all tenants

    Other tenants may appreciate random networks not popping up for
    miliseconds in their net-list; and other test cases executed in parallel
    may also benefit, especially when they e.g. attempt to validate net-list
    result; or boot an instance w/o specifying a port or network to use.

    There is still more work on tempest tests side.

    Original patch was for neutron-tempest-plugin:
    https://review.openstack.org/#/c/550987/
    and this is only backport to stable/Pike branch which still
    uses tempest tests from neutron repo.

    Depends-On: https://review.openstack.org/#/c/571676/
    Change-Id: I88eaa1bb65482557912c2d304800d782e730a6b6
    Closes-Bug: #1753209