Go to file
Artem Roma 54539500ee Use FileFormatBasedSerializer for 'upload' method of VIPAction
Base fuel client serializer (which is used for v1 of codebase) while
reading given file assumes that it is supplied w/o file format
extension and adds it to passed string before actual read operation.
This leads to obvious error in case of VIP related actions as
full path to a file is used as argument for those. Using
FileFormatBasedSerializer eliminates such issue as its 'read_from_file'
methods operates on given path as it is.

Change-Id: I0a954f6c5c91130a0e3cd5e0dfa896b2adc2d6d3
Closes-Bug: #1553241
2016-03-14 18:15:38 +02:00
2015-10-17 22:36:42 +00:00
2015-10-20 14:27:37 +02:00
2015-07-01 15:35:23 +02:00

python-fuelclient

python-fuelclient provides a CLI tool and a Python API wrapper for interacting with Fuel.

Project resources

Project status, bugs, and blueprints are tracked on Launchpad:

https://launchpad.net/fuel

Development documentation is hosted here:

https://docs.fuel-infra.org/fuel-dev

User guide can be found here:

http://docs.mirantis.com

Any additional information can be found on the Fuel's project wiki

https://wiki.openstack.org/wiki/Fuel

Anyone wishing to contribute to python-fuelclient should follow the general OpenStack process. A good reference for it can be found here: https://wiki.openstack.org/wiki/How_To_Contribute

http://docs.openstack.org/infra/manual/developers.html

Description
RETIRED, Client for Fuel.
Readme 14 MiB