openstack-ansible/releasenotes/notes/drop-custom-themes-724c40e5cd69b8e2.yaml
Jean-Philippe Evrard b48e295c4c Update all SHAs for 18.0.0
This patch:
- updates all the roles to the latest available stable SHAs
- copies the release notes from the updated roles into the integrated repo
- updates all the OpenStack Service SHAs
Depends-On: https://review.openstack.org/604618

Change-Id: I22076099792c7e1483c403962c31aa84cba851b9
2018-09-23 15:54:05 +02:00

11 lines
602 B
YAML

---
features:
- The ``os_horizon`` role now supports distribution of user custom themes.
Deployers can use the new key ``theme_src_archive`` of ``horizon_custom_themes``
dictionary to provide absolute path to the archived theme.
Only .tar.gz, .tgz, .zip, .tar.bz, .tar.bz2, .tbz, .tbz2 archives are supported.
Structure inside archive should be as a standard theme, without any leading folders.
fixes:
- Fixes bug https://bugs.launchpad.net/openstack-ansible/+bug/1778098 where playbook failed, if
``horizon_custom_themes`` is specified, and directory for theme is not provided