From fc586b949d489343de9894ec92d21990f65a1e32 Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Fri, 31 Jul 2015 00:50:34 +0300 Subject: [PATCH] Removes early creation of Heat stack Murano environment deployment started with empty stack creation so that it can be done prior to keystone token expiration for Heat to establish trusts based on user's token. When environment does nothing with the stack (for example all environment applications are HOT based and deploy into their own stacks) empty stack remains. Because most applications start their deployment with instance/other resources deployment stack will be created early anyway. So this strategy is redundant. Change-Id: Id8ec1df2c83f540b272ef70bd054f70de9da7715 Closes-Bug: #1473129 --- meta/io.murano/Classes/Environment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta/io.murano/Classes/Environment.yaml b/meta/io.murano/Classes/Environment.yaml index f69c88949..882fcccd5 100644 --- a/meta/io.murano/Classes/Environment.yaml +++ b/meta/io.murano/Classes/Environment.yaml @@ -67,10 +67,6 @@ Methods: deploy: Usage: Action Body: - - $minimalStack: - resources: {} - - $.stack.updateTemplate($minimalStack) - - $.stack.push() - $.applications.pselect($.deploy()) destroy: