openstack-ansible-os_horizon/releasenotes/notes/horizon_custom_themes-4ee1fd9444b8a5ae.yaml
Travis Truman 49376929fb Add support for custom Horizon themes
Deployers can now configure their own custom
themes and set them as the default theme using the
Horizon configuration values AVAILABLE_THEMES and
DEFAULT_THEME

See http://docs.openstack.org/developer/horizon/topics/settings.html#available-themes
for further details on the configuration.

Change-Id: I90b1cb45c851eb654638d82b83af56f93a642895
Closes-Bug: #1590839
2016-07-11 15:41:02 -04:00

7 lines
283 B
YAML

---
features:
- The ``os_horizon`` role now supports configuration of custom themes.
Deployers can use the new ``horizon_custom_themes`` and
``horizon_default_theme`` variables to configure the dashboard with
custom themes and default to a specific theme respectively.