Last active
March 27, 2018 16:48
-
-
Save goneri/60a0bf20ed9f5e78f54c3dd94c1d4fd0 to your computer and use it in GitHub Desktop.
RHOSP debug mode
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
for i in $(openstack server list --format json|jq -r '.[].Networks'); do | |
eval $i | |
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no heat-admin@${ctlplane} sudo sudo crudini --set /etc/cinder/cinder.conf DEFAULT debug True | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment