6a1d453ef0
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
7 lines
180 B
YAML
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.
|