[openstack-announce] [release][stable][horizon] horizon 2015.1.4 release (kilo)

no-reply at openstack.org no-reply at openstack.org
Tue May 10 13:39:44 UTC 2016


We are jubilant to announce the release of:

horizon 2015.1.4: OpenStack Dashboard

This release is part of the kilo stable release series.

For more details, please see below.

Changes in horizon 2015.1.3..2015.1.4
-------------------------------------

38dfe3d Logout user if he has no valid tokens
86c0309 Updated from global requirements
181e43f Add missing content-length header
0f652fd Make Port Details VNIC type translatable
83cbfc2 Adds support to accept IPv6 in VIP Address for LB Pool
0ef9148 Bump stable/kilo next version to 2015.1.4

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

horizon/exceptions.py                              |  7 +-
horizon/middleware.py                              |  6 ++
openstack_dashboard/api/swift.py                   |  1 +
.../dashboards/project/loadbalancers/workflows.py  |  2 +-
.../dashboards/project/networks/ports/views.py     |  4 ++
openstack_dashboard/test/test_data/neutron_data.py | 81 ++++++++++++++++++++++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  2 +-
13 files changed, 192 insertions(+), 37 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 4583e07..aea0280 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25 +25 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-testtools!=1.2.0,>=0.9.36
+testtools!=1.2.0,<2.0.0,>=0.9.36





More information about the OpenStack-announce mailing list