Merge "Configure Horizon timezone according to the host timezone"
This commit is contained in:
commit
903f680d45
@ -98,6 +98,10 @@ parameters:
|
||||
default: ''
|
||||
description: Horizon has a global overrides mechanism available to perform customizations
|
||||
type: string
|
||||
TimeZone:
|
||||
default: 'UTC'
|
||||
description: The timezone to be set on the overcloud.
|
||||
type: string
|
||||
WebSSOEnable:
|
||||
default: false
|
||||
type: boolean
|
||||
@ -179,6 +183,7 @@ outputs:
|
||||
horizon::listen_ssl: {get_param: EnableInternalTLS}
|
||||
horizon::horizon_ca: {get_param: InternalTLSCAFile}
|
||||
horizon::customization_module: {get_param: HorizonCustomizationModule}
|
||||
horizon::timezone: {get_param: TimeZone}
|
||||
-
|
||||
if:
|
||||
- websso_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user