ironic/doc
Dmitry Tantsur cf1b42ea3d Add a helper for node-based periodics
We have a very common pattern of periodic tasks that use iter_nodes
to fetch some nodes, check them, create a task and conductor some
operation. This change introduces a helper decorator for that and
migrates the drivers to it.

I'm intentionally leaving unit tests intact to demonstrate that the
new decorator works exactly the same way (modulo cosmetic changes)
as the previous hand-written code.

Change-Id: Ifed4a457275d9451cc412dc80f3c09df72f50492
Story: #2009203
Task: #43522
2021-10-11 17:26:06 +02:00
..
source Add a helper for node-based periodics 2021-10-11 17:26:06 +02:00
requirements.txt Add wsme core types, remove WSME 2020-07-14 10:34:13 +12:00