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
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.
_