Comment 7 for bug 939015

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

Reviewed: https://review.openstack.org/4438
Committed: http://github.com/openstack/keystone/commit/6c60d6c783656f35657b6cb462d93390fc689ac0
Submitter: Jenkins
Branch: master

commit 6c60d6c783656f35657b6cb462d93390fc689ac0
Author: Dan Prince <email address hidden>
Date: Wed Feb 22 22:28:42 2012 -0500

    Set tenantName to 'admin' in get_admin_auth_token.

    Sets the tenantName to 'admin' in get_admin_auth_token. This
    is required because user-only roles are currently not supported.
    Give that wsgi is hard coded to check for 'role:admin' this
    seems to be a reasonable thing to do. In the future it would be nice
    to add a custom admin_role setting in the config file so the
    role wouldn't be hard coded to 'admin'.

    Also removes unused version of get_admin_auth_token.

    Fixes LP Bug #939015.

    Change-Id: I545b458e31c8a44a5a69cad1e875f0fe02956246