We are pleased to announce the release of: horizon 22.1.1: OpenStack Dashboard This release is part of the yoga 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 22.1.0..22.1.1 --------------------------------- 1ac450059 Dropping lower constraints testing from stable branches c921f3b2a Fix "Set admin password" checkbox visibility f14a54262 Remove usage of openstack/xstatic-font-awesome a7702671d Disable form auto-complete on login form b8e1bc23a Remove Description from Edit Image Metadata 447b6c724 Fix instance error with attribute cells. 6bf934930 Fix delete image tests. b85e38051 Use SetUp and cleanup for the network pagination tests d8a415bb0 Make integration tests stop on first failure f20cc8faa Integration test navigation machinery for Angular pages 730c987d9 Add setup and teardown to the volumes pagination tests 3e29311ed Add setup and teardown to the instances pagination tests 1ea855e31 Speed up integration tests f3a6f2bd8 Fix instance table behavior after deleting an instance b42ae4fda Pin tox<4 for stable branches testing 19d0db197 Fix flavor id auto generation 6c5783cad Make readonly metadata properties unable to edit 36ed6b03b Fix preselection for launch Instance dialog 4670f9099 Fix success_url parameter issue for Edit Snapshot 1cd150cdc Fix rescue of volume-based instances 13e821a07 Fix app cred create without project_id for domain admins b2e0aff57 zuul: Declare queue at top level 09dfd37ab Fix flavor specification at instance overview page 618e44469 Don't try and update port security if its not changing 5464dbc36 Pass client IP to keystoneauth1 session a9ae00b16 Make existing empty metadata properties optional b8a5371bb Pass real client IP to keystoneauth original_ip Diffstat (except docs and test files) ------------------------------------- .zuul.d/nodejs-jobs.yaml | 8 + .zuul.d/project.yaml | 3 +- .zuul.d/xstatic-master.yaml | 3 +- .../metadata/tree/metadata-tree-item.controller.js | 14 + .../widgets/metadata/tree/metadata-tree-item.html | 2 +- .../widgets/metadata/tree/tree.service.js | 8 + horizon/templates/auth/_login_form.html | 4 +- horizon/test/webdriver.py | 4 +- lower-constraints.txt | 155 ---------- openstack_auth/backend.py | 12 +- openstack_auth/plugin/base.py | 27 +- openstack_auth/views.py | 6 +- openstack_dashboard/api/keystone.py | 19 +- openstack_dashboard/api/microversions.py | 1 + openstack_dashboard/api/nova.py | 15 +- .../dashboards/admin/flavors/workflows.py | 4 +- .../dashboards/project/instances/views.py | 11 +- .../dashboards/project/networks/ports/workflows.py | 8 + .../dashboards/project/snapshots/views.py | 12 +- .../workflow/launch-instance/keypair/keypair.html | 2 +- .../launch-instance/source/source.controller.js | 13 +- .../images/steps/create-image/create-image.html | 16 +- .../core/images/steps/edit-image/edit-image.html | 4 +- .../pages/project/compute/imagespage.py | 256 +++++++++------- .../pages/project/compute/instancespage.py | 10 + openstack_dashboard/test/unit/api/test_keystone.py | 44 +++ tox.ini | 2 +- 39 files changed, 963 insertions(+), 650 deletions(-)
participants (1)
-
no-reply@openstack.org