Skip to content

Instantly share code, notes, and snippets.

@goneri
Last active March 27, 2018 16:48
Show Gist options
  • Save goneri/60a0bf20ed9f5e78f54c3dd94c1d4fd0 to your computer and use it in GitHub Desktop.
Save goneri/60a0bf20ed9f5e78f54c3dd94c1d4fd0 to your computer and use it in GitHub Desktop.
RHOSP debug mode
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