python-ironicclient/releasenotes/notes/add-pecan-exc-construction-a776408f7ae110dc.yaml
Vladyslav Drok fbcaf92521 Print pecan exceptions properly
Exceptions raised by pecan (for example the ones happening in _lookup
methods of ironic controllers) are not properly handled, as the
fields that contain the error details are different from wsme raised
exceptions. This change fixes it.

Closes-Bug: #1619471
Change-Id: I023870ed97d3e97df8ae67e7cec97d6fbf355e79
2017-02-10 19:40:20 +00:00

5 lines
100 B
YAML

---
fixes:
- Fixes an issue where certain error messages from the
ironic API were suppressed.