Comment 5 for bug 1428900

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

Reviewed: https://review.openstack.org/162529
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=e39eec0ff84185f476a1c4cd3014decd149ddf58
Submitter: Jenkins
Branch: master

commit e39eec0ff84185f476a1c4cd3014decd149ddf58
Author: Jamie Lennox <email address hidden>
Date: Mon Mar 9 15:53:18 2015 +1100

    Provide a generic auth plugin loader

    For keystonemiddleware, shade and other projects that do more
    complicated option loading than simply CLI or CONF file provide a means
    to load an auth plugin where options are discovered by a provided
    function.

    This plugin is designed to work with the options as provided by
    get_options rather than either the argparse or CONF registration
    functions.

    Use these as the default loading mechanism for the existing argparse and
    CONF functions as it standardizes the mechanism between the two sources.

    Change-Id: I15634ac30581c7aea14e709f12fb202570190f46
    Closes-Bug: #1428900