Comment 8 for bug 1543756

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

Reviewed: https://review.openstack.org/432850
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8236e83deced9af84ae0e5128c76acfa753093cc
Submitter: Zuul
Branch: master

commit 8236e83deced9af84ae0e5128c76acfa753093cc
Author: Reedip <email address hidden>
Date: Mon Feb 13 00:38:54 2017 -0500

    Allow port create/update by shared nw owners

    Currently if a new port is created by a tenant with whom
    the network is shared (tenant is not the owner but has
    network shared via RBAC) , the port is allocated on the default
    subnet. This patch allows the tenant to create/update a port on
    any subnet which is actually a part of a shared network, owned by
    another tenant.
    Tempest test in [1]

    [1]: https://review.openstack.org/521413
    Change-Id: I1046f6b13e68b1e274cc8f62f5b30aa5f8d71cdc
    Closes-Bug: #1543756