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