Comment 3 for bug 1714378

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

Reviewed: https://review.openstack.org/501222
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8c74536b1eb9a2f696b547382f8c536151167dc7
Submitter: Jenkins
Branch: stable/pike

commit 8c74536b1eb9a2f696b547382f8c536151167dc7
Author: Kevin Benton <email address hidden>
Date: Wed Aug 30 20:05:30 2017 -0700

    Pecan: set tenant_id field when project_id set

    Add logic to pecan to add 'project_id' as a mandatory policy
    field whenever 'tenant_id' is specified as a policy field.
    This logic was added to the previous controller code to ensure
    that 'project_id' was queried in the database whenever 'tenant_id'
    was required by the policy engine and the user had fields set.

    Closes-Bug: #1714378
    Change-Id: I3652fbc50ce0c9a7cd1cc193e0933cf0373ecb54
    (cherry picked from commit bf36f8c934b49310103a1b1831c9f7c8a0d14adf)