diff --git a/senlinclient/common/utils.py b/senlinclient/common/utils.py index e813d51e..18430099 100644 --- a/senlinclient/common/utils.py +++ b/senlinclient/common/utils.py @@ -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,