Comment 5 for bug 1230927

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

Reviewed: https://review.openstack.org/613633
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=50e3fe5c945c3d3241f4607a57a0e67a3f55b21d
Submitter: Zuul
Branch: master

commit 50e3fe5c945c3d3241f4607a57a0e67a3f55b21d
Author: Morgan Fainberg <email address hidden>
Date: Fri Oct 26 09:19:57 2018 -0700

    Provide a Location on HTTP 300

    To best adhere to the RFC2616, we should emit a Location header when
    issuing an HTTP 300 to point to the preferred version. While we only
    have a single version active it is 'v3'. In the future it should
    always be the most recent set of CRUD. This location is strictly for
    CRUD purposes and will lean on the WWW-Authentication URI to point
    to the most correct AUTH uri.

    Change-Id: Ibdd53f236a3c51d1aa23eac35dd595e2dae79ba6
    closes-bug: #1230927