fuel-agent/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/objects
Vladimir Kozhukalov 02b7979845 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
2016-12-14 16:25:47 +03:00
..
__init__.py Add activate command to fuel-bootstrap-cli 2015-12-02 18:35:38 +03:00
master_node_settings.py Change the way how we instantiate fuel client 2016-12-14 16:25:47 +03:00