ironic/releasenotes/notes/no-last-error-overwrite-b90aac3303eb992e.yaml
Dmitry Tantsur b93e5b05c4 Prevent overwriting of last_error on cleaning failures
This changes moves the call to tear_down_cleaning to before we set
the last_error and maintenance_reason fields. Thus we avoid
overwriting last_error by e.g. power actions.

Related-Bug: #1588901
Change-Id: Ia448431a2922ea6f7adc27065dbcab1ba8358daa
2018-03-20 19:04:55 +01:00

5 lines
76 B
YAML

---
fixes:
- |
Fixes empty ``last_error`` field on cleaning failures.