ironic/releasenotes/notes/deploy-step-error-d343e8cb7d1b2305.yaml
Julia Kreger 6a1d453ef0 Make deploy step failure logging indicate the error
Deploy step logging would previously only log the step to the API
user, instead of anything the API user could use to try and determine
what is wrong.

Example:
- Trying to power on a machine as part of deploy.deploy()
- Power-on operation fails
- Only the deploy step is listed as the error, and no
  additional information to troubleshoot the issue,
  which forced the operator to go examine logs and
  find the error.

Change-Id: If60b96dcafa446de090df56089760eda3a21109d
2020-04-01 07:50:14 -07:00

7 lines
180 B
YAML

---
fixes:
- |
Fixes vague node ``last_error`` field reporting upon deploy step
failure by providing the exception error message in addition
to the step that failed.