python-mistralclient/mistralclient
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
..
api Show exact error message when authentication falied instead of HTML body 2015-10-08 18:21:59 +08:00
commands Add state info to tasks list 2015-10-07 06:07:50 +00:00
openstack Remove the log module and all dependencies 2014-06-04 10:42:49 +10:00
tests Show exact error message when authentication falied instead of HTML body 2015-10-08 18:21:59 +08:00
__init__.py Correct the name that the client is installed as 2014-06-12 21:57:42 +10:00
exceptions.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00
shell.py Fix support of dev use case with no auth 2015-10-08 02:20:35 +00:00
utils.py Fix PY3 compatibility 2015-08-01 01:30:31 +05:30