Comment 7 for bug 1454347

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

Reviewed: https://review.openstack.org/310197
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=05055066c190a38c25877b9d590f71678660233a
Submitter: Jenkins
Branch: master

commit 05055066c190a38c25877b9d590f71678660233a
Author: Alexander Saprykin <email address hidden>
Date: Tue Apr 26 11:49:47 2016 +0200

    Remove APIClient singleton from fuelclient library

    Fuelclient connection configuration was hardcoded
    and it was impossible to create clients for
    multiple fuel servers.

    User should be able to use multiple connections.
    This patches introduces fuelclient.connect()
    function which returns conneciton object that
    can be used as a parameter to fuelclient.get_client()
    function.

    Closes-Bug: #1454347
    Change-Id: I81f630a2bd8464e9cbeac0543c3a7125d97c1152