Comment 10 for bug 1454347

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

Reviewed: https://review.openstack.org/354177
Committed: https://git.openstack.org/cgit/openstack/python-fuelclient/commit/?id=fd6e2dc601a77cfcb9422ab87ade49065d108cc3
Submitter: Jenkins
Branch: stable/mitaka

commit fd6e2dc601a77cfcb9422ab87ade49065d108cc3
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