5b785569b6
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
8 lines
295 B
YAML
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.
|