ironic-inspector/releasenotes/notes/preprocessing-error-01e55b4db20fb7fc.yaml
Dmitry Tantsur 22fddca500 Properly report preprocessing errors to a user
Currently we only return "Data pre-processing failed" and the only option
to figure out what went wrong is to dive into logs.

Also fixed error message for unexpected exceptions during pre-processing
to actually contain some exception information.

Change-Id: I998c0bbd48cc57b7b13fac220f4f7cfe2a5e0681
Closes-Bug: #1523907
2015-12-09 17:31:47 +01:00

5 lines
149 B
YAML

---
fixes:
- Fixed confusing error message shown to user when something bad happens
during preprocessing (https://launchpad.net/bugs/1523907).