ironic/releasenotes
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
..
2021-04-05 06:48:35 +00:00