ironic/releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml
Julia Kreger 5b785569b6 Fix fast track when exiting cleaning
When exiting cleaning, previously the agent token was purged
from ironic's database and agents continuing to run would not
be able to heartbeat to the conductor. With agent token, this
would orphan the agent such that it thought it had an agent
token, yet the conductor did not.

Change-Id: Id6f8609bcda369649d0f677aceed26ed5e72a313
2020-06-03 17:28:16 +00:00

8 lines
295 B
YAML

---
fixes:
- |
Fixes a bug in "fast track" where Ironic would delete the ``agent token``
upon exiting cleaning steps. However, if we are in fast track mode, we can
preserve the token and continue operations with the agent as it is not
powered off during fast track operations.