Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jbestell/f37ac41bc726ecef0ff4686f4e7f176c to your computer and use it in GitHub Desktop.
Save jbestell/f37ac41bc726ecef0ff4686f4e7f176c to your computer and use it in GitHub Desktop.
nova flavor-list | grep True | awk -F "|" '{print "nova flavor-create --ephemeral 1 --swap 0 --rxtx-factor 1.0 --is-public True" $3 $2 $4 $5 $8";"}' | sed -e 's/ / /g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment