[release-announce] horizon 15.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 23 11:41:18 UTC 2020


We are ecstatic to announce the release of:

horizon 15.2.0: OpenStack Dashboard

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/horizon

Download the package from:

    https://tarballs.openstack.org/horizon/

Please report issues through:

    https://bugs.launchpad.net/horizon/+bugs

For more details, please see below.

15.2.0
^^^^^^


Upgrade Notes
*************

* "publicize_image" policy now has the same name both for image
  create and edit features and corresponds to the same one in Glance.
  If you changed the policy name manually to get feature working you
  have to rollback your changes before Horizon update.


Bug Fixes
*********

* [:bug:`1859041`] "image:publicize_image" policy is renamed to
  "publicize_image" to be the same as Glance has.

Changes in horizon 15.1.1..15.2.0
---------------------------------

fe61f2358 Fix typo in publicize_image policy name
5f2760935 Fix "prev" link pagination for instances with identical timestamps
d6056bf46 Imported Translations from Zanata
1f1ac980e Cap hacking version to <2
4d19c5602 GUI hangs on creation of project in User creation form
f6490abc2 Fix users/projects list when domain context is changed
981dbca71 Fix deleting port from port details page
80e21c766 Imported Translations from Zanata
489af71a6 Fix tenant floating_ip_allocation call in neutron rest api.
123a9e73a Fix aes-xts key length in Horizon Admin Guide / Manage Volumes
4343aaa9a Modify the regex for name on import public key form


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

horizon/locale/en_GB/LC_MESSAGES/djangojs.po       |  8 +-
horizon/workflows/views.py                         |  2 +-
openstack_dashboard/api/keystone.py                |  8 +-
openstack_dashboard/api/nova.py                    | 30 +++++--
openstack_dashboard/api/rest/network.py            |  2 +-
.../dashboards/project/networks/ports/views.py     |  3 +-
.../locale/en_GB/LC_MESSAGES/django.po             | 91 +++++++++++++++++++++-
.../locale/en_GB/LC_MESSAGES/djangojs.po           | 22 +++++-
.../steps/edit-image/edit-image.controller.js      |  2 +-
.../app/core/keypairs/actions/import.service.js    |  2 +-
.../test/unit/api/rest/test_network.py             |  2 +-
openstack_dashboard/test/unit/api/test_nova.py     | 10 ++-
...blicize-image-policy-name-5d7fd5ecbdcfa893.yaml | 11 +++
test-requirements.txt                              |  2 +-
21 files changed, 229 insertions(+), 108 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 3e33d214d..7ccce5795 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking>=1.1.0 # Apache-2.0
+hacking>=1.1.0,<2 # Apache-2.0






More information about the Release-announce mailing list