6c704e4a12715ccc09f7feff0a9c2030c74f2c97
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
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:
- Development documentation is hosted here:
- User guide can be found here:
- Any additional information can be found on the Fuel's project wiki
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
Description