diff --git a/workbooks/baremetal.yaml b/workbooks/baremetal.yaml index 3db47922e..993df3322 100644 --- a/workbooks/baremetal.yaml +++ b/workbooks/baremetal.yaml @@ -591,7 +591,7 @@ workflows: max_retry_attempts_reached: publish: - status: ERROR + status: FAILED message: <% 'Retry limit reached with {0} nodes still failing introspection'.format($.failed_introspection.len()) %> on-complete: send_message @@ -603,7 +603,7 @@ workflows: unhandled_error: publish: - status: ERROR + status: FAILED message: "Unhandled workflow error" on-complete: send_message