Merge "Modify do_node_verify to avoid state machine stuck"

This commit is contained in:
Zuul 2022-08-03 23:28:08 +00:00 committed by Gerrit Code Review
commit 9a8daeaa15
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def do_node_verify(task):
except Exception as e:
error = ('Node %(node)s failed verify step %(step)s '
'with unexpected error: %(err)s' %
{'node': node.uuid, 'step': node.verify_step,
{'node': node.uuid, 'step': step['step'],
'err': e})
utils.verifying_error_handler(
task, error,