[release-announce] horizon 14.0.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 3 16:57:04 UTC 2018


We exuberantly announce the release of:

horizon 14.0.2: OpenStack Dashboard

This release is part of the rocky stable release series.

Download the package from:

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

For more details, please see below.

14.0.2
^^^^^^

Bug Fixes

* Fixed a bug where non-admin users would be shown the "Change
  Password" button for users listed under the Identity panel.

* [:bug:`1544703`] Add a new optional WEBSSO_KEYSTONE_URL property
  to facilitate WEBSSO deployments where network segmentation is used
  per security requirement. In this case, the controllers are not
  reachable from public network. Therefore, user's browser will not be
  able to access OPENSTACK_KEYSTONE_URL if it is set to the internal
  endpoint.

Changes in horizon 14.0.1..14.0.2
---------------------------------

bf78afb Fixed path after moving wsgi/django.wsgi to wsgi.py
d1042fd Remove "Change Password" from users table for non-admin users
2c9f62d Imported Translations from Zanata
f953999 Imported Translations from Zanata
a231b24 Fix bug of updating metadata for images
8851866 Fix django.contrib.auth.middleware monkey patching
ec53bbc Imported Translations from Zanata
f4745ce Imported Translations from Zanata
a2326af Fix changing user's own password
ac7f6e4 support WEBSSO_KEYSTONE_URL
0eb3fb2 Fix documents in doc/source/install


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

horizon/test/settings.py                           |    1 +
openstack_auth/middleware.py                       |   25 +
openstack_auth/urls.py                             |    2 -
openstack_auth/utils.py                            |    7 +-
openstack_auth/views.py                            |    3 +-
openstack_dashboard/api/keystone.py                |    3 +-
openstack_dashboard/api/rest/glance.py             |    3 +
.../dashboards/identity/users/tables.py            |    5 +-
.../local/local_settings.py.example                |    8 +
.../locale/ru/LC_MESSAGES/django.po                |  410 +++-
.../locale/ru/LC_MESSAGES/djangojs.po              |  276 ++-
openstack_dashboard/settings.py                    |    1 +
openstack_dashboard/test/helpers.py                |   10 +-
openstack_dashboard/wsgi.py                        |    2 +-
...hange-pw-from-users-table-ef8d45a4a95762e0.yaml |    5 +
...pport-websso_keystone_url-f663bbf40a5855c9.yaml |    8 +
26 files changed, 2898 insertions(+), 111 deletions(-)







More information about the Release-announce mailing list