Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjnh05/ef10f95edc6a77477f1415c25793927e to your computer and use it in GitHub Desktop.
Save tjnh05/ef10f95edc6a77477f1415c25793927e 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