Comment 11 for bug 1270775

Revision history for this message
Mitsuru Kanabuchi (kanabuchi) wrote : Re: Heat forget resource_id when UpdateReplace failed

I'm drafting the code for resolving this bug with following approaches.

  * add new column resource.ref_nova_instance
  * When UpdateReplace occured, store old resource's nova_instance into ref_nova_instance
  * If ref_nova_instance isn't Null when destory started, delete old resource simultaneously with current resource

I'll post the patch as WIP.