Comment 21 for bug 1753209

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

Reviewed: https://review.openstack.org/571682
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=19c367d5795e4f6c1f9a9d421e22a4cf1e5b15a2
Submitter: Zuul
Branch: stable/ocata

commit 19c367d5795e4f6c1f9a9d421e22a4cf1e5b15a2
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/571677/
    Change-Id: I88eaa1bb65482557912c2d304800d782e730a6b6
    Closes-Bug: #1753209