ironic/releasenotes/notes/wipe-agent-token-upon-cleaning-timeout-c9add514fad1b02c.yaml
Julia Kreger 47b5909486 Wipe Agent Token when cleaning timeout occcurs
In a relatively odd turn of events, should cleaning
have started, but then timed out due to lost communications
or a hard failure of the machine, an agent token could
previously be orphaned preventing re-cleaning.

We now explicitly remove the token in this case.

Change-Id: I236cdf6ddb040284e9fd1fa10136ad17ef665638
2023-03-02 06:33:18 -08:00

8 lines
304 B
YAML

---
fixes:
- |
Fixes an issue where an agent token was being orphaned if a baremetal node
timed out during cleaning operations, leading to issues where the node
would not be able to establish a new token with Ironic upon future
in some cases. We now always wipe the token in this case.