Merge "Correct the failed status in the baremetal workflow" into stable/pike

This commit is contained in:
Zuul 2017-11-22 10:41:18 +00:00 committed by Gerrit Code Review
commit aa47385490
1 changed files with 2 additions and 2 deletions

View File

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