Go to file
Alexander Saprykin 6c704e4a12 Fix incorrect cmdline parsing in BaseCLITest
str.split replaced with shlex.split in exec_command method.

BaseCLITest.exec_command fails if passed command line string
contains arguments with spaces, since str.split is used to
split arguments from string to argv list.

Change-Id: Ib5558d1787044399718f36d34e6d7a5e5e331fb3
Closes-Bug: #1482133
2015-08-06 12:47:57 +03:00
2015-01-13 11:57:41 +01:00
2015-01-13 11:57:41 +01:00
2014-11-14 13:24:09 +01:00
2015-07-01 15:35:23 +02:00
2015-07-30 16:24:21 +03:00
2015-07-24 07:38:38 +02:00
2015-07-30 16:24:21 +03: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