Comment 7 for bug 1503428

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

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

commit 9670dbd93ce7246282ca4343c3f701e8c20a232b
Author: Monty Taylor <email address hidden>
Date: Fri Dec 4 23:54:22 2015 -0500

    Pull project out of request in addition to tenant

    Keystone V3 renamed tenant to project. In order to deal with keystone
    V3, start pulling X-Project-Id from the headers.

    Since keystonemiddleware authtoken sets both X-Project-* and
    X-Tenant-*, we don't need to look up X-Tenant-*.

    Don't do anything with renaming the internal variables - that will come
    later.

    Change-Id: I5e27cf6a54fb603b81d41b8b4f085d59354627fb
    Depends-On: I1f754a9a949ef92f4e427a91bbd1b1e73e86c8c4
    Closes-Bug: #1503428