ironic/releasenotes/notes/fast-track-opt-d50eab2cc58fddcb.yaml
Dmitry Tantsur ff7a32bc7f Remove a pause before cleaning when fast-tracking
When fast track mode is used, ironic still waits for the next heartbeat
before running the first clean step, because prepare_cleaning
unconditionally returns CLEANWAIT for agent drivers. This patch fixes
it by returning None for fast-track.

Agent code then needs to refresh clean steps before proceeding,
otherwise it will assume an empty steps list.

Change-Id: I86225b3e34c63a0124a2a63f8a624dd00a8d38e4
2021-04-12 16:06:15 +02:00

6 lines
117 B
YAML

---
fixes:
- |
Removes unnecessary delay before the start of the cleaning process when
fast-track is used.