Merge "Wallaby and older: Remove heat-dashboard parameters from local_settings" into stable/wallaby

This commit is contained in:
Zuul 2021-11-12 04:18:26 +00:00 committed by Gerrit Code Review
commit 5004eb6520
1 changed files with 3 additions and 0 deletions

View File

@ -209,6 +209,9 @@ outputs:
horizon::timezone: {get_param: TimeZone}
horizon::file_upload_temp_dir: '/var/tmp'
horizon::help_url: {get_param: HorizonHelpURL}
# NOTE(tkajinam): The heat-dashboard parmaeters are now defined in an independent file,
# so should be removed from the base local_settings.
horizon::enable_user_pass: 'UNSET'
- if:
- {get_param: EnableInternalTLS}
- horizon::horizon_ca: {get_param: InternalTLSCAFile}