Now I have only installed Heat and Keystone with Kilo version in my CentOS. And I am developing heat plugin to support myself resource type. 1. I create a stack named robert-stack0620 , the stack include server, volume 2. when the stack is created complete, I run the heat stack-delete robert-stack0620 Actual result: The stack disappear immediately in the stack-list, But the resources included in the template is deleting one by one
expect result: The status of the stack is delete in progress, and the resources included the template is deleting one by one at the the same time