ironic/releasenotes/notes/unsave-power-state-on-adopt-failed-09194c8269c779de.yaml
Julia Kreger 44d66d351f Reset power state upon adoption failure
When adoption fails, we should back out the power state
so we don't accidently save a state that shouldn't be
preserved due to the failure.

Change-Id: I4647d0141fc639d49ccb0ef195577f18cd35bd30
Story: 2007901
Task: 40447
2020-07-27 11:46:35 -07:00

8 lines
227 B
YAML

---
fixes:
- |
Fixes the preservation of potentially incorrect power state
information when adoption process fails. Power state is now
wiped as part of the failure handling process instead of
being preserved.