Merge "Forces applications to be deleted before Heat stack"

This commit is contained in:
Jenkins 2016-09-14 19:48:30 +00:00 committed by Gerrit Code Review
commit c83ce81189
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Namespaces:
=: io.murano
sys: io.murano.system
Name: CloudResource
@ -26,4 +27,7 @@ Methods:
- If: $._region = null or $._region.name != $regionName
Then:
$._region: $env.regions[$regionName]
- If: $._region != null
Then:
- sys:GC.subscribeDestruction($this, $._region)
- Return: $._region

View File

@ -87,7 +87,7 @@ Methods:
where($ and not $this.regions.containsKey($)).
select($this._createRegion($)).
toDict($.name)
- If: not $.regions.containsKey(null)
- If: not $.regions.containsKey('')
Then:
- If: $.homeRegionName
Then: