<div dir="ltr">Hi! In this situation you get C in DELETE_COMPLETE, B in DELETE_FAILED and A in CREATE_COMPLETE. After your second try, heat will try to delete stack again, starting with C resource. But this resource already in DELETE_COMPLETE, so heat will do nothing and move to next resource (B). You can see it here <a href="https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L1238">https://github.com/openstack/heat/blob/master/heat/engine/resource.py#L1238</a> .<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 29, 2015 at 5:50 PM, zhu4236926 <span dir="ltr"><<a href="mailto:zhu4236926@126.com" target="_blank">zhu4236926@126.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi guys,</div><div>    I created a stack with several resources, for example, resource A,B,C,and B depends on A, C depends on B,.Now I delete the stack , then heat would delete resource C, then resource B, at last, resource A, isn't it?</div><div>Suppose that the resource C has been deleted, but an error occurred when deleteing the reousrce B,  then the deleting stack task is failed. I try again delete the stack, heat would delele the resource C again,but resource C</div><div>has been deleted, so what would happen? Raise a exception or work by other way to avoid this, or could you give me a hand to understand this. </div><div>    Thank you very much.</div><div><br></div><div>    By </div><div>    Sylvernass</div></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span><br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>