Comment 0 for bug 1176142

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

If I change the flavor (instance type) of my server in an update to my stack, I expect it to be replaced. However, I expect that it will be replaced by:

* create new server
* delete old server

However, Heat currently does it the other way

* delete old server
* create new server

This just seems backwards.