client does not show exception reason in base get
Bug #1498105 reported by
Henrique Truta
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Sahara |
Fix Released
|
High
|
Henrique Truta |
Bug Description
saharaclient loses the original exception traceback, raising only a generic wrong message: "Failed to parse response from Sahara. Check if service catalog configured properly", as in https:/
In my case, I was getting this message, when an "Unauthorized" exception was raised in Keystone.
Changed in sahara: | |
assignee: | nobody → Henrique Truta (henriquetruta) |
affects: | sahara → python-saharaclient |
Changed in python-saharaclient: | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in python-saharaclient: | |
milestone: | none → 0.12.0 |
Changed in python-saharaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/225964 /git.openstack. org/cgit/ openstack/ python- saharaclient/ commit/ ?id=846ade2c49e 3523ea3d39dcd45 50ddc789e80b01
Committed: https:/
Submitter: Jenkins
Branch: master
commit 846ade2c49e3523 ea3d39dcd4550dd c789e80b01
Author: henriquetruta <email address hidden>
Date: Mon Sep 21 14:56:40 2015 -0300
Shows reason of failure in base.get
base.get showed only a generic message, hiding the real problem
that happened.
Change-Id: I44b60f8e5bfb05 9a426def6e89502 d7fb02bae6f
Closes-Bug: #1498105