We are exuberant to announce the release of:
openstack-ansible-os_horizon 13.3.0: OpenStack Horizon role for OpenStack Ansible
For more details, please see below.
13.3.0 ^^^^^^
New Features ************
* Horizon now has the ability to set arbitrary configuration options using global option "horizon_config_overrides" in YAML format. The overrides follow the same pattern found within the other OpenStack service overrides. General documentation on overrides can be found here (http://docs.openstack.org/developer/openstack-ansible/install- guide/configure-openstack.html#overriding-openstack-configuration- defaults).
Bug Fixes *********
* The standard collectstatic and compression process in the os_horizon role now happens after horizon customizations are installed, so that all static resources will be collected and compressed.
Changes in openstack-ansible-os_horizon 13.2.0..13.3.0 ------------------------------------------------------
cd6521f Change pip install task state to 'latest' 54b88ed Update tox configuration 3424d4c Added variable to allow for arbitrary HORIZON_CONFIG 20f99d4 Compress static files after customizations
Diffstat (except docs and test files) -------------------------------------
defaults/main.yml | 3 + .../compress-customization-a7d03162d837085f.yaml | 5 + .../horizon-arbitrary-config-8a36e4bd6818afe1.yaml | 6 + tasks/horizon_install.yml | 6 +- tasks/horizon_post_install.yml | 25 ++-- templates/horizon_local_settings.py.j2 | 4 + test-requirements.txt | 2 - tox.ini | 134 ++++++++++++++------- 9 files changed, 132 insertions(+), 69 deletions(-)
Requirements updates --------------------
diff --git a/test-requirements.txt b/test-requirements.txt index a45faa5..22c7bbe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +0,0 @@ -ansible-lint<=2.3.9 -ansible>=1.9.1,<2.0.0,!=1.9.6
participants (1)
-
no-reply@openstack.org