Merge "Check for correct column name for execution show" into stable/ussuri

This commit is contained in:
Zuul 2020-07-22 01:37:35 +00:00 committed by Gerrit Code Review
commit 9bc53dfdd9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function workflow_finished {
while [ $counter -gt 0 ] while [ $counter -gt 0 ]
do do
RESULT=$(openstack workflow execution show -f value -c state $execution_id) RESULT=$(openstack workflow execution show -f value -c State $execution_id)
if [ "$RESULT" == "ERROR" ]; then if [ "$RESULT" == "ERROR" ]; then
echo "Workflow $execution_id finished with error. Check mistral logs." echo "Workflow $execution_id finished with error. Check mistral logs."
return 1 return 1