Comment 5 for bug 1474893

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

Reviewed: https://review.openstack.org/203095
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=11a7d124ab148b6d4c418b87ae61548de22cd422
Submitter: Jenkins
Branch: stable/kilo

commit 11a7d124ab148b6d4c418b87ae61548de22cd422
Author: lin-hua-cheng <email address hidden>
Date: Wed Jul 15 11:13:38 2015 -0700

    Use unscoped token for scoping to project

    When authenticating a user in v3, always request
    for an unscoped token. Otherwise it would automatically
    default to the default project.

    Change-Id: I9e1d9129e2fb35933c803096fca9f1236affc27f
    Closes-Bug: #1474893
    (cherry picked from commit e4062e37069d58814b7c09299d3018297a75ba1d)