RETIRED, further work has moved to Debian project infrastructure
Go to file
Alex Schultz e86c43e85e Check response from version for auth required
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.
(cherry-picked from f39ad5b810)

Note: This commit also contains changes to allow using 'fuel-version'
together with the 'user', 'password' and 'tenant' command-line options.

Change-Id: Ie70d601eb4db4909e52e6afaa15cba6195f24045
Related-Bug: #1585137
Closes-Bug: #1590571
2016-06-14 12:24:47 +03:00
fuelclient Check response from version for auth required 2016-06-14 12:24:47 +03:00
specs Allow to re-define release/version parameters for rpmbuild 2015-04-30 17:09:41 +03:00
.gitignore Add .gitignore and .gitreview 2015-01-13 11:57:41 +01:00
.gitreview Add .gitignore and .gitreview 2015-01-13 11:57:41 +01:00
MANIFEST.in Basic profiling facilities for CLI 2014-11-14 13:24:09 +01:00
README.rst Add a README file 2015-01-24 06:40:06 +01:00
requirements.txt Check response from version for auth required 2016-06-14 12:24:47 +03:00
run_tests.sh Check response from version for auth required 2016-06-14 12:24:47 +03:00
setup.cfg Set version of Fuel to 6.1 everywhere 2015-04-16 11:01:28 +00:00
setup.py Allow python-fuelclient to be packaged properly 2015-01-24 22:57:34 +01:00
test-requirements.txt Check response from version for auth required 2016-06-14 12:24:47 +03:00
tox.ini Allow python-fuelclient to be packaged properly 2015-01-24 22:57:34 +01:00

README.rst

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:

http://docs.mirantis.com/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