We eagerly announce the release of: horizon 13.0.2: OpenStack Dashboard This release is part of the queens 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. Changes in horizon 13.0.1..13.0.2 --------------------------------- d9dc8340f OpenDev Migration Patch 0df60f4db Not implicitly set vol_device_name to vda 30c65437a Imported Translations from Zanata 94bf61662 network topology: handle port AZ correctly f315efa12 Don't use check_for_language in the user settings form c37a0f26b Use correct cinder API version for tenant_absolute_limits 24cc69d64 Imported Translations from Zanata f3a66ae34 Consistency Group Snapshots detail url is wrong 9ba7a0360 Add Fix django.contrib.auth.middleware monkey patching for APITestCase f7dd73008 Restores deletion in flat network topology 5b6ee8fd2 Fix images minimum ram and disk default values 6ae1f5e21 Fix django.contrib.auth.middleware monkey patching 52a011c0d Imported Translations from Zanata c261df6ef Imported Translations from Zanata 6d58d3550 Fix documents in doc/source/install 5d1690da9 Add enabled check in Backups panel c7dc4b429 Imported Translations from Zanata 6efba5541 Imported Translations from Zanata a18e51048 Imported Translations from Zanata 7ade18009 import zuul job settings from project-config 352748ffe Imported Translations from Zanata 503bb0f78 Imported Translations from Zanata b9f0afe73 Add reserved status key word to horizon 7fe81e40c Sort image list by name when launch instance b7d890bb3 Update RHEL/CentOS horizon install instruction 1d7742a9e Imported Translations from Zanata e41a54d4b Allow OVA upload for images 3982960fd Improve mocking in REST API tests (test_glance) 54d97a799 Drop horizon-openstack-tox-py35dj20 from queens jobs Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 19 +- horizon/locale/ja/LC_MESSAGES/djangojs.po | 14 +- horizon/locale/pt_BR/LC_MESSAGES/djangojs.po | 7 +- horizon/locale/zh_CN/LC_MESSAGES/djangojs.po | 10 +- horizon/test/settings.py | 1 + openstack_auth/middleware.py | 20 ++ openstack_auth/urls.py | 2 - openstack_auth/utils.py | 4 +- openstack_dashboard/api/cinder.py | 16 +- openstack_dashboard/api/glance.py | 83 ++++++++- openstack_dashboard/api/microversions.py | 3 +- openstack_dashboard/api/rest/glance.py | 81 ++------ .../dashboards/admin/volumes/forms.py | 2 +- .../dashboards/project/backups/panel.py | 6 + .../dashboards/project/cg_snapshots/tables.py | 3 +- .../dashboards/project/images/images/forms.py | 100 ++-------- .../dashboards/project/images/images/views.py | 10 +- .../launch-instance-model.service.js | 5 +- .../launch-instance-model.service.spec.js | 17 -- .../dashboards/project/volumes/tables.py | 2 + .../dashboards/settings/user/forms.py | 5 +- .../locale/de/LC_MESSAGES/django.po | 12 +- .../locale/en_GB/LC_MESSAGES/django.po | 8 +- .../locale/ja/LC_MESSAGES/django.po | 8 +- .../locale/ko_KR/LC_MESSAGES/django.po | 16 +- .../locale/pt_BR/LC_MESSAGES/django.po | 8 +- .../locale/ru/LC_MESSAGES/django.po | 29 +-- .../locale/ru/LC_MESSAGES/djangojs.po | 12 +- .../locale/zh_CN/LC_MESSAGES/django.po | 14 +- openstack_dashboard/settings.py | 1 + .../static/js/horizon.flatnetworktopology.js | 6 +- .../static/js/horizon.networktopology.js | 5 +- .../pages/project/compute/imagespage.py | 16 +- .../test/unit/api/rest/test_glance.py | 206 +++++++++++---------- openstack_dashboard/test/unit/api/test_cinder.py | 8 +- openstack_dashboard/test/unit/api/test_glance.py | 47 +++++ 45 files changed, 593 insertions(+), 436 deletions(-)
participants (1)
-
no-reply@openstack.org