ironic/releasenotes/notes/inspection-logging-e1172f549ef80b04.yaml
Dmitry Tantsur 340a5fab93 Do not hide unexpected exceptions in inspection code
We have to at least provide a traceback for Python stdlib exceptions.
Also provide a more meaningful error message to a user in last_error.

Related-Bug: #1550328
Change-Id: I7cbb4bc36b5524c902b587f68212439e8f2d45df
2016-10-12 17:50:01 +02:00

5 lines
145 B
YAML

---
fixes:
- Correctly handle unexpected exceptions during inspection. Return more
detailed error message to a user and log the traceback.