python-mistralclient/mistralclient/api
Lingxian Kong a5e1e73e83 Show exact error message when authentication falied instead of HTML body
When using pecan.abort() on server side, client side will see response
bodies for HTTP errors, which is not readable for end users.

This patch will let mistral client extract error message from header
returned by mistral serivce, currently, it's only used for
authentication failure.

Closes-Bug: #1502840
Change-Id: I20a7f845676ffe23d93334d171332d717994d937
2015-10-08 18:21:59 +08:00
..
v2 Adding pagination support to mistral python client 2015-09-22 10:05:25 +08:00
__init__.py Moving Mistral Client code from main Mistral repository 2014-01-17 07:15:03 -08:00
base.py Show exact error message when authentication falied instead of HTML body 2015-10-08 18:21:59 +08:00
client.py fix mistral-client use does not use endpoint keystone: 2015-06-24 08:59:15 +00:00
httpclient.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00