Comment 2 for bug 955563

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

Reviewed: https://review.openstack.org/5374
Committed: http://github.com/openstack/keystone/commit/ab6be05068068b0902db44b1d60f56eea4fe1215
Submitter: Jenkins
Branch: master

commit ab6be05068068b0902db44b1d60f56eea4fe1215
Author: Brian Lamar <email address hidden>
Date: Wed Mar 14 18:30:13 2012 -0400

    Update username -> name in token response.

    Tokens validation responses contain user information. The API docs
    seem to indicate token["user"]["name"] contains the username but
    currently the auth_token.py middleware checks for
    token["user"]["username"]. This updates that check and the tests.

    Fixes bug 955563

    Change-Id: Ib2fbf6fcea87f7066394cf14c18158f1e5eeaf06