Comment 4 for bug 1533369

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

Reviewed: https://review.openstack.org/276350
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=6ae0d2e8a54fd5139e63a990ab4bdce634e73c5e
Submitter: Jenkins
Branch: master

commit 6ae0d2e8a54fd5139e63a990ab4bdce634e73c5e
Author: Navid Pustchi <email address hidden>
Date: Thu Feb 4 16:45:38 2016 +0000

    Moving authentication from keystoneclient to keystoneauth

    Currently OpenStackClient uses keystoneclient for authentication.
    This change will update OpenStackClient to use keystoneauth for
    authentication.

    All dependant test have been updated.

    Updating how auth_ref is set in the tests to use KSA fixtures had
    some racy side-effects. The user_role_list tests failed when they
    picked up an auth_ref that was a fixture. This exposed a weakness
    in ListUserRole that needed to be fixed at the same time re
    handling of unscoped tokens and options.

    Change-Id: I4ddb2dbbb3bf2ab37494468eaf65cef9213a6e00
    Closes-Bug: 1533369