Fix small nit in enable_validations parameter.

The get_param call wasn't properly formatted
and the script was being rendered with the
following enabled_validations content:
enable_validations=[{u'get_params': u'EnableValidations'}]

Closes-Bug: #1786953
Change-Id: I6c1de0295cb1da4e72b447b78847e1b586b40e4a
This commit is contained in:
Jose Luis Franco Arza 2018-08-14 16:19:09 +02:00
parent b8aeabdcb0
commit 12e58ae097

View File

@ -119,7 +119,7 @@ resources:
homedir: {get_param: UndercloudHomeDir}
admin_password: {get_param: AdminPassword}
snmp_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
enable_validations: [get_params: EnableValidations]
enable_validations: {get_param: EnableValidations}
internal_tls_ca_file:
if:
- ca_file_enabled