ironic/releasenotes/notes/clear-target-stable-states-4545602d7aed9898.yaml
Lucas Alvares Gomes aa4d3fa022 Make sure target state is cleared on stable states
When a node moves to a stable provisioning state and there's no extra
processing to be done (callback) we have to make sure that the
target_provision_state is cleared (set to None) indicating that the node
is not transitioning to any other state.

Closes-Bug: #1557497
Change-Id: Id4f05ed3c6acbeda07a726049e2857fcb96338db
2016-03-18 11:50:35 +00:00

6 lines
159 B
YAML

---
fixes:
- Ensure node's target_provision_state is cleared when the node
is moved to a stable state, indicating that the state transition
is done.