Comment 1 for bug 1714378

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

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

commit bf36f8c934b49310103a1b1831c9f7c8a0d14adf
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