Comment 9 for bug 1419114

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

Reviewed: https://review.openstack.org/154368
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2d119010e10ee92bb6d181f697ec20c2f76f9aea
Submitter: Jenkins
Branch: master

commit 2d119010e10ee92bb6d181f697ec20c2f76f9aea
Author: Steve Martinelli <email address hidden>
Date: Tue Feb 10 02:51:33 2015 -0500

    Add a check to see if a federation token is being used for v2 auth

    If a user has a federation environment, and doesn't update nova
    to use v3 auth in auth_token, then they will automatically be
    using v2 auth, which causes a fairly useless error to bubble up.
    We should check if the user is using a fedration token in v2 and
    provider a better error message.

    Change-Id: I9c490df8dd38e9fa1f393ebfa1296b64fb0c9527
    Closes-Bug: #1419114