Merge "Add an option to adjust help URL in horizon" into stable/ussuri

This commit is contained in:
Zuul 2020-06-08 22:05:39 +00:00 committed by Gerrit Code Review
commit 351836d4ce
1 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,11 @@ parameters:
default: '' default: ''
description: Horizon has a global overrides mechanism available to perform customizations description: Horizon has a global overrides mechanism available to perform customizations
type: string type: string
HorizonHelpURL:
default: 'http://docs.openstack.org'
description: On top of dashboard there is a Help button. This button could be used
to re-direct user to vendor documentation or dedicated help portal.
type: string
TimeZone: TimeZone:
default: 'UTC' default: 'UTC'
description: The timezone to be set on the overcloud. description: The timezone to be set on the overcloud.
@ -204,6 +209,7 @@ outputs:
horizon::customization_module: {get_param: HorizonCustomizationModule} horizon::customization_module: {get_param: HorizonCustomizationModule}
horizon::timezone: {get_param: TimeZone} horizon::timezone: {get_param: TimeZone}
horizon::file_upload_temp_dir: '/var/tmp' horizon::file_upload_temp_dir: '/var/tmp'
horizon::help_url: {get_param: HorizonHelpURL}
- -
if: if:
- websso_enabled - websso_enabled