[openstack-announce] [new][openstackansible] openstack-ansible-os_horizon 13.1.4 release

no-reply at openstack.org no-reply at openstack.org
Tue Jul 5 14:38:51 UTC 2016


We are psyched to announce the release of:

openstack-ansible-os_horizon 13.1.4: OpenStack Horizon role for
OpenStack Ansible

For more details, please see below.

13.1.4
^^^^^^

New Features

* Deployers can now blacklist certain Nova extensions by providing a
  list of such extensions in "horizon_nova_extensions_blacklist"
  variable, for example:

     horizon_nova_extensions_blacklist:
       - "SimpleTenantUsage"

* Added "horizon_apache_custom_log_format" tunable to the os-horizon
  role for changing CustomLog format. Default is "combined".

Changes in openstack-ansible-os_horizon 13.1.3..13.1.4
------------------------------------------------------

b342b03 Pin test-requirements to match OpenStack requirements
41e844f Add Nova extensions blacklisting
5fc1704 Add support for CustomLog format modification


Diffstat (except docs and test files)
-------------------------------------

defaults/main.yml                                             |  6 ++++++
.../notes/add-nova-extensions-blacklist-8ed18f45aba6a7fb.yaml | 11 +++++++++++
...os-horizon-apache-log-format-support-34c9ef74b3bcce31.yaml |  5 +++++
templates/horizon_local_settings.py.j2                        |  8 ++++++++
templates/openstack_dashboard.conf.j2                         |  2 +-
test-requirements.txt                                         |  8 ++++----
6 files changed, 35 insertions(+), 5 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index a6cce40..a45faa5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,2 +3,2 @@ ansible>=1.9.1,<2.0.0,!=1.9.6
-bashate
-flake8
+bashate==0.4.0
+flake8>2.4.1,<2.6.0
@@ -7,2 +7,2 @@ flake8
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3  # BSD
+oslosphinx>=2.5.0,!=3.4.0  # Apache-2.0





More information about the OpenStack-announce mailing list