add context support for profile

This commit is contained in:
QI ZHANG 2015-03-12 18:47:14 +08:00
parent 3d8c95a276
commit 84e25bac50
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ def process_stack_spec(spec):
new_spec = {
# TODO(Qiming): add context support
'disable_rollback': spec.get('disable_rollback', False),
'context': spec.get('context', {}),
'parameters': spec.get('parameters', {}),
'timeout': spec.get('timeout', 60),
'template': template,