Hi Stackers:

Some instance operations and flavor are closely connected, for example,
resize.
If I delete the flavor when resize instance, instance will be error. Like
this:

1. run instance with flavor A
2. resize instance from flavor A to flavor B
3. delete flavor A
4. resize-revert instance
5. instance state into error

Which following ways we think is a better? or you have another way?

1. List instance filter by flavor A, verify that no instance associated
with flavor A, then delete flavor A
2. Delete flavor A, if instance state into error, reset instance state to
active

General how do?
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to