Merge "(fix) Fix invalid kwarg"

This commit is contained in:
Zuul 2018-06-18 23:54:36 +00:00 committed by Gerrit Code Review
commit b93cf21fa2
1 changed files with 1 additions and 1 deletions

View File

@ -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)