Comment 9 for bug 1428912

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

Reviewed: https://review.openstack.org/161088
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=749920bc65d4859eeaf44d16ae94f842d88af178
Submitter: Jenkins
Branch: master

commit 749920bc65d4859eeaf44d16ae94f842d88af178
Author: Dean Troyer <email address hidden>
Date: Tue Mar 3 20:29:38 2015 -0600

    Move OSC auth plugins so they can be found

    The plugin detection at the top of openstackclient.api.auth did not
    detect the plugins at the bottom of that file because, surprise,
    they had not been declared yet so the entry points were ignored.

    Move both plugin subclasses into openstackclient.api.auth_plugin.

    Fix a problem with the password callback that was otherwise made
    worse with this change.

    Closes-Bug: 1428912
    Change-Id: Idc3b72534071e0013c8922884a8bc14137509a0f