Merge "Use the Environment from within the engine"
This commit is contained in:
@@ -116,8 +116,7 @@ Resources:
|
||||
'auth_url': 'http://localhost:5000/v2.0'})
|
||||
stack_name = 'test_stack'
|
||||
tmpl = parser.Template(t)
|
||||
params = parser.Parameters(stack_name, tmpl, {})
|
||||
stack = parser.Stack(ctx, stack_name, tmpl, params)
|
||||
stack = parser.Stack(ctx, stack_name, tmpl)
|
||||
stack.store()
|
||||
return stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user