Comment 9 for bug 1637682

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

Reviewed: https://review.openstack.org/452652
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=d0cdc355a4f7a4fcb03c65b8994de436f4b00a52
Submitter: Jenkins
Branch: master

commit d0cdc355a4f7a4fcb03c65b8994de436f4b00a52
Author: Samriddhi <email address hidden>
Date: Mon Apr 3 14:42:37 2017 +0530

    Updated inconsistent value of scope parameter

    For explicit unscoped authentication, the keystome server
    specifies the scope parameter value as 'unscoped'. However
    keystoneauth1 initialises it to {'unscoped': {}}. This
    patch removes this inconsistency.

    Updated the corresponding test for unscoped request which
    checks the scope parameter in auth to match the 'unscoped'
    string.

    Partial-Bug #1637682

    Change-Id: I1c9d89fd86773f4acecbefcdad4dca6cff16b58d