Comment 1 for bug 1153926

Revision history for this message
Boris Pavlovic (boris-42) wrote : Re: instance_types.create() allows flavor id collision

I don't think that such approach is good.

If we have another situation.
User has create some flavor than he deleted it, and then he want to create one more time with same flavorid and he couldn't do it... Why?

For example if we are using dashboard then flavor update method do next: (delete old flavor, create new with same name but other parameters) So there will be a lot of problems...

Probably the right way is to store in instances not only flavorid but also instance_type_id but I am not sure...