Last active
February 24, 2016 10:39
-
-
Save sshnaidm/b483b835bd42c8dfbfb1 to your computer and use it in GitHub Desktop.
heat_debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://kashyapc.com/2012/01/14/nested-virtualization-with-kvm-intel/ | |
http://docs.openstack.org/developer/devstack/guides/devstack-with-nested-kvm.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment