fuel-agent/contrib
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
..
fuel_bootstrap Change the way how we instantiate fuel client 2016-12-14 16:25:47 +03:00
ironic Add ironic-callback systemd script. 2016-09-16 15:52:36 +03:00