Python client for Mistral REST API.
Go to file
Kirill Izotov df55840009 Made keystone authentication optional
You need to supply auth_url to authenticate using Keystone. Otherwise,
auth_token, user_id, project_id and mistral_url provided will be
directly transmitted to HTTPClient.

Also:
 * renamed input_auth_token as auth_token
 * optimized few checks
 * added checks to prevent header update when not needed
 * simplified API test setUp

Change-Id: I1b34282956d21a1809ec37b0368fbb68aa113bea
Implements: blueprint mistral-optional-keystone-authentication
2014-02-28 15:45:40 +07:00
doc/source Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
mistralclient Made keystone authentication optional 2014-02-28 15:45:40 +07:00
tools Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
.gitignore Adding .gitignore file 2014-01-13 13:28:33 -08:00
.gitreview Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
AUTHORS Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
LICENSE Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
openstack-common.conf Add command-line interface 2014-02-28 10:26:32 +07:00
README.md Initial commit 2013-12-23 21:49:04 -08:00
requirements.txt Add command-line interface 2014-02-28 10:26:32 +07:00
setup.cfg Add command-line interface 2014-02-28 10:26:32 +07:00
setup.py Fix installation with requirements 2014-01-20 12:58:37 +04:00
test-requirements.txt Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
tox.ini Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00

python-mistralclient

Python client for Mistral REST API