Comment 6 for bug 1620584

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

Reviewed: https://review.openstack.org/430888
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=5fa98926f56a3475fcec2726b7327d76a704b776
Submitter: Jenkins
Branch: master

commit 5fa98926f56a3475fcec2726b7327d76a704b776
Author: Vladimir Kozhukalov <email address hidden>
Date: Wed Dec 14 16:18:30 2016 +0300

    Change the way how we instantiate fuel client

    The issue is that in python-fuelclient API has been
    changed and fuelclient.client.APIClient is not available
    anymore. It used to be a singleton of fuel client but
    now it is deprecated. So, let's use APIClient.default_client
    classmethod to instantiate APIClient.

    https://github.com/openstack/python-fuelclient/blob/stable/newton/fuelclient/client.py#L51

    Change-Id: I5287184c6f1c6abf8ac61894db0bd51fbf730401
    Closes-Bug: #1620584
    (cherry picked from commit 02b79798451a8d0680313a7ed9af390d114e0896)