Merge "Bugfix - template add with params that have default values"

This commit is contained in:
Zuul 2019-03-13 09:13:52 +00:00 committed by Gerrit Code Review
commit 302c483bf2
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ LOG = log.getLogger(__name__)
def resolve_parameters(template_def, params=None):
if not params:
return get_content_correct_result()
result, template_schema = get_template_schema(template_def)
if not result.is_valid_config:
return result