9cc909297b
Used to control the title of the web pages that horizon renders. Default value is set to undef which means this option will not be added to the configuration file and the horizon default will be used. If specified it will add the SITE_BRANDING option to the local_settings file. Change-Id: I683341f4f948fb9d639a35ce81a66959fe699962
9 lines
354 B
YAML
9 lines
354 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new parameter horizon::site_branding which can be used to set the
|
|
SITE_BRANDING settings that controls the title of the web pages that
|
|
horizon will render. The default value is undef which will not add this
|
|
value to the configuration file and the horizon default value of
|
|
'OpenStack Dashboard' will be used.
|