Re: [openstack-dev] [Murano] environment deletion

2014-06-25 Thread Stan Lagun
Hi Steve, The initial implementation of environment deletion (before 'destroy' method was introduced in MuranoPL) was to deploy environment with empty application list. So the code that deletes Heat stack was in 'deploy'. And it is still there. Environment's 'destroy' will be executed only in case

[openstack-dev] [Murano] environment deletion

2014-06-24 Thread McLellan, Steven
Is there any reason the system Environment class doesn't implement destroy? Without it, the pieces of the heat stack not owned by other resources get left lying around. It looks like it was once implemented as part of deploy, but that no longer seems to execute. _