Skip to content

Instantly share code, notes, and snippets.

@freyes
Created May 19, 2020 16:32
Show Gist options
  • Save freyes/c0cd40f32daa86aa2a16a782382ebd1f to your computer and use it in GitHub Desktop.
Save freyes/c0cd40f32daa86aa2a16a782382ebd1f to your computer and use it in GitHub Desktop.
for PROJECT in $(openstack project list -c Name -f value);do
echo -e "$(openstack quota show -f value -c volumes $PROJECT) \t $PROJECT"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment