diff options
author | Andrew Lazarev <alazarev@mirantis.com> | 2014-08-08 15:52:22 -0700 |
---|---|---|
committer | Andrew Lazarev <alazarev@mirantis.com> | 2014-08-08 17:07:56 -0700 |
commit | 3403ae4de4134b70c00443b42afaa7470a56d2b5 (patch) | |
tree | 2f46be1ed7079c80f2d89579c65824a932d6965e /tox.ini | |
parent | 542a7fbb71f365e605050674b09c0c31f584b01b (diff) | |
download | python-saharaclient-3403ae4de4134b70c00443b42afaa7470a56d2b5.tar.gz |
Added hadling of non-json response from Sahara
Added predicted behavior in case if Sahara responds with
service exceptions. Client now can handle non-json responses.
Change-Id: Ib3c47249eb58409b4c72c1beecd2403984c9e82e
Closes-Bug: #1354556
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,3 +46,5 @@ show-source = true builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools +[hacking] +import_exceptions = saharaclient.openstack.common.gettextutils._ |