Merge "Use the appropriate name for horizon ssl ca parameter"

This commit is contained in:
Zuul 2020-10-22 19:31:06 +00:00 committed by Gerrit Code Review
commit f62bf3a9cd
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'