Skip to content

Commit

Permalink
Temporary patch to see the error during the vm creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sathlan committed Feb 5, 2025
1 parent ad0115a commit 9faeeeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/update/templates/workload_launch.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ function workload_launch {
;;
"ERROR")
echo "${INSTANCE_NAME} failed"
openstack server show -f value -c fault
exit 1
esac
sleep 3
Expand Down

0 comments on commit 9faeeeb

Please sign in to comment.