Merge "Use the Environment from within the engine"

This commit is contained in:
Jenkins
2013-06-18 23:05:10 +00:00
committed by Gerrit Code Review
16 changed files with 79 additions and 80 deletions

View File

@@ -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