puppet-horizon/releasenotes/notes/add-site-branding-be1c2b6e1e70c782.yaml
Tobias Urdin 9cc909297b Add SITE_BRANDING configuration option
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
2018-10-01 22:51:03 +02:00

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.