Use the appropriate name for horizon ssl ca parameter

A recent change to puppet-horizon refactored the SSL parameter names
[0]. This change updates THT to use the right name for the CA value.

[0] https://review.opendev.org/#/c/758041/6

Change-Id: I2957cf529c3ba00269fded75a26dcd6d806fb18e
This commit is contained in:
Lance Bragstad 2020-10-21 16:11:33 -05:00
parent f9939181c1
commit d3b099fac9
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, HorizonNetwork]}
horizon::listen_ssl: {get_param: EnableInternalTLS}
horizon::horizon_ca: {get_param: InternalTLSCAFile}
horizon::ssl_ca: {get_param: InternalTLSCAFile}
horizon::customization_module: {get_param: HorizonCustomizationModule}
horizon::timezone: {get_param: TimeZone}
horizon::file_upload_temp_dir: '/var/tmp'