72a7cd19e687460e7414b02960489fa422fe6fce
If the version call requires auth, we need to catch that to understand if we should use auth for making requests. Previously the version api call may have been open which allowed the CLI to make the call to determine if auth should be used. If the version call itself requires auth, then we need to check the response code to enable authentication for the api requests. Change-Id: Ie70d601eb4db4909e52e6afaa15cba6195f24045 Related-Bug: #1585137
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