Comment 12 for bug 1498790

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

Reviewed: https://review.openstack.org/292744
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a374e52c4c9b2465b736d34aeac0ca5c92755944
Submitter: Jenkins
Branch: master

commit a374e52c4c9b2465b736d34aeac0ca5c92755944
Author: Kevin Benton <email address hidden>
Date: Mon Mar 14 01:59:37 2016 -0700

    Add API test ensure tenant can't delete other ports

    Change I55328cb43207654b9bb4cfb732923982d020ab0a fixed
    the policy enforcement to ensure that tenants could
    delete ports on networks they didn't own. However, it
    required a change to the policy engine so this test
    adds a patch to ensure that it didn't break the normal
    case that prevents tenants from deleting other tenant's
    ports on networks they don't own.

    Change-Id: I3118ec79c213c4eea4c5ca494e530c33189f6c59
    Related-Bug: #1498790