a3b4d6b395c8d23c04a94925006e742caf9ff7cd
Currently `parse_known_args` method is used which does not produce an error when extra arguments are present. In this patch `parse_args` is used which produces an error when extra arguments are present. Change-Id: Iefbf221d912cce2b2af536f471c89f4a7a49693d Closes-Bug: #1460572 Closes-Bug: #1496967
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