fuel-agent/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap
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
..
commands Enabling specify --config file from CLI when building fuel-bootstrap 2016-09-06 11:33:49 +00:00
objects Change the way how we instantiate fuel client 2016-12-14 16:25:47 +03:00
tests Enabling specify --config file from CLI when building fuel-bootstrap 2016-09-06 11:33:49 +00:00
utils Merge "Add tests for utils.bootstrap_image module" 2016-06-09 15:28:53 +00:00
__init__.py Add default settings.yaml for fuel_bootstrap_cli 2015-11-30 13:01:27 +02:00
consts.py Enabling specify --config file from CLI when building fuel-bootstrap 2016-09-06 11:33:49 +00:00
errors.py Un-hardcode ubuntu_release variable 2016-03-28 14:11:04 +00:00
hooks.py Add pbr version hook to fuel_bootstrap 2016-11-18 17:58:28 +00:00
main.py pin fuel-bootstrap version to 10.0.0 2016-07-05 17:01:36 +03:00
settings.py Enabling specify --config file from CLI when building fuel-bootstrap 2016-09-06 11:33:49 +00:00
settings.yaml.sample Add puppet and daemonize to default packages list 2016-08-17 14:27:13 +00:00