Comment 5 for bug 1666695

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

Reviewed: https://review.openstack.org/446938
Committed: https://git.openstack.org/cgit/openstack/craton/commit/?id=9ddf2c4cd59f69468218ac047b296f7e37899963
Submitter: Jenkins
Branch: master

commit 9ddf2c4cd59f69468218ac047b296f7e37899963
Author: Sulochan Acharya <email address hidden>
Date: Fri Mar 17 10:12:49 2017 +0000

    Include project_id only where needed

    Currently project_id is allowed in request body
    for all request, however, its not honered since project_id
    is pulled from headers.

    This commit separates the need for project_id only where
    its needed. For instance, in users we expect project_id
    to allow creating users for different projects or we
    expect project_id in response body.

    Partial-Bug: 1666695

    Change-Id: Ie5fac9ef4c305ff7e67fe32855ca8100a8adfa82