Comment 1 for bug 861666

Revision history for this message
Dan Prince (dan-prince) wrote :

Apparently flavors are really going to be uuids in the v1.1 OSAPI.

So now instead of just knowing that a 2 Gig instance is flavor ID 2 I get to do something like this:

  FLAVOR_ID=$(nova flavor-list | grep 2048 | cut -f 2 -d "|" | tr -d ' ')

Not really what I'd consider to be a step forward in usability. :(