Change default Help URL on Horizon
The Help URL at user's dropdown located on the top right corner is taking the user, by default, to the latest release documentation, which changes over time and is not the current release used by stx-openstack. Also this change allows the URL to be easily replaced as desired via helm-overrides. Closes-Bug: #1940318 Signed-off-by: Heitor Matsui <HeitorVieira.Matsui@windriver.com> Change-Id: I74b7218356518ac1407091b010949ed90abd169d
This commit is contained in:
parent
55f0cea0fe
commit
f445dbe8e2
@ -3021,6 +3021,8 @@ data:
|
||||
lockout_retries_num: '3'
|
||||
# Turn off domain support as we aren't using
|
||||
keystone_multidomain_support: 'False'
|
||||
# OpenStack Help Documentation URL
|
||||
help_url: 'http://docs.openstack.org/ussuri/'
|
||||
template: |
|
||||
import os
|
||||
|
||||
@ -3104,7 +3106,7 @@ data:
|
||||
'fade_duration': 1500,
|
||||
'types': ['alert-success', 'alert-info']
|
||||
},
|
||||
'help_url': "http://docs.openstack.org",
|
||||
'help_url': '{{ .Values.conf.horizon.local_settings.config.help_url }}',
|
||||
'exceptions': {'recoverable': exceptions.RECOVERABLE,
|
||||
'not_found': exceptions.NOT_FOUND,
|
||||
'unauthorized': exceptions.UNAUTHORIZED},
|
||||
|
Loading…
Reference in New Issue
Block a user