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
This commit is contained in:
Stan Lagun 2015-07-31 00:50:34 +03:00
parent 29710b9244
commit fc586b949d
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@ Methods:
deploy:
Usage: Action
Body:
- $minimalStack:
resources: {}
- $.stack.updateTemplate($minimalStack)
- $.stack.push()
- $.applications.pselect($.deploy())
destroy: