Forked from jbestell/Migrate flavors from one Openstack Cloud to another
Created
September 10, 2018 08:33
-
-
Save tjnh05/ef10f95edc6a77477f1415c25793927e to your computer and use it in GitHub Desktop.
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
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