Comment 1 for bug 952657

Revision history for this message
Tres Henry (tres) wrote :

Flavor ID is a required field which used to initialize to a blank value, however, to improve the UX we are now providing an ID on the client-side by taking the highest flavor ID and adding 1. Not sure why flavor ID isn't handled by nova, however, that's another conversation. Are you sure we want to remove the field given given that this is something we are calculating? The use case would be: a user creates a flavor with ID 100 via the CLI even though there are only 5 other flavors with IDs 1-5. If a user tries to create a new flavor via the UI the flavor will have an ID of 101 (instead of 6) and the user will have no way of changing that (if the field is hidden).

Thoughts?