Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Last active February 24, 2016 10:39
Show Gist options
  • Save sshnaidm/b483b835bd42c8dfbfb1 to your computer and use it in GitHub Desktop.
Save sshnaidm/b483b835bd42c8dfbfb1 to your computer and use it in GitHub Desktop.
heat_debug
source /home/stack/stackrc
for failed_deployment in $(heat resource-list --nested-depth 5 overcloud | grep FAILED | grep 'StructuredDeployment ' | cut -d '|' -f3)
do
heat deployment-show $failed_deployment
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment