diff --git a/drydock_provisioner/orchestrator/actions/orchestrator.py b/drydock_provisioner/orchestrator/actions/orchestrator.py index ae7ec1f2..4e1a772b 100644 --- a/drydock_provisioner/orchestrator/actions/orchestrator.py +++ b/drydock_provisioner/orchestrator/actions/orchestrator.py @@ -532,7 +532,7 @@ class PrepareNodes(BaseAction): error=False, ctx=n, ctx_type='node') - self.task.success(target=n) + self.task.success(focus=n) self.step_oob_set_netboot(target_nodes)