murano/meta/io.murano
Serg Melikyan 4da6c43dd2 Fix stack inconsistency after app deletion
To expose IP addresses of Instance in MuranoPL we place new entry to
outputs section in Heat template that reference corresponding
OS::Nova::Server resource. During clean-up stage, if some application
was deleted from environment, we remove corresponding OS::Nova::Server
resource, but reference in outputs section stays.

Stack with reference to resource that is not present in template is
invalid - environment deployment fails.

This change add code that removes references to OS::Nova::Server when
corresponding Instance is deleted.

Attention: this change fix issue that can break murano-ci gate

Closes-bug: #1339630
Co-Authored-By: Stan Lagun <slagun@mirantis.com>
Change-Id: I74d32034969dd7f554d74fac87f407388e52dd7e
2014-07-11 16:13:11 +04:00
..
Classes Fix stack inconsistency after app deletion 2014-07-11 16:13:11 +04:00
Resources Fixed name of the log file on VM 2014-04-22 18:45:55 +04:00
manifest.yaml Adds ability to throw/catch/rethrow exceptions in MuranoPL 2014-06-12 20:48:27 +04:00