Comment 3 for bug 1512789

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

Reviewed: https://review.openstack.org/242143
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=83e62935bfea9da42261dbca7ffbdc98d0244b67
Submitter: Jenkins
Branch: master

commit 83e62935bfea9da42261dbca7ffbdc98d0244b67
Author: Mathieu Rohon <email address hidden>
Date: Wed Nov 4 10:36:04 2015 +0000

    Add tenant-id to subresources

    When a tenant access a subresource, neutron will check that this
    tenant is allowed to view this subresource, according to the policy.json.
    The plugin must return the tenant_id parameter when a "show/list/delete"
    action is performed, so that the policy framework can check authz.

    This patch also set the network_id as a mandatory parameter
    in the network_association table.

    Change-Id: I59d2dbb5416b566dc7de3acb4fab3ed2ada8b78e
    Fixes-Bug: #1512789