Re: [openstack-dev] [heat]How does heat work when deleting the stack?

2015-12-29 Thread Oleksii Chuprykov
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

[openstack-dev] [heat]How does heat work when deleting the stack?

2015-12-29 Thread zhu4236926
Hi guys, 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? Suppose that the resource C has been deleted, but an error occurred

Re: [openstack-dev] [heat]How does heat work when deleting the stack?

2015-12-29 Thread Shinobu Kinjo
Can you share what exactly you did? Rgds, Shinobu - Original Message - From: "zhu4236926" <zhu4236...@126.com> To: "openstack-dev" <openstack-dev@lists.openstack.org> Sent: Wednesday, December 30, 2015 12:50:00 AM Subject: [openstack-dev] [heat]How does h