We are pumped to announce the release of: horizon 14.1.0: OpenStack Dashboard This release is part of the rocky 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. 14.1.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 14.0.4..14.1.0 --------------------------------- ed23eb60d Fix typo in publicize_image policy name b8ebc8d1a Fix "prev" link pagination for instances with identical timestamps c1ba0aea4 Fix deleting port from port details page 5a2c827dd Fix tenant floating_ip_allocation call in neutron rest api. 44a098abc Add "prev" link to instance page list pagination 7f218c8e7 Call Glance list with certain image ids 8af8bc48a Fix aes-xts key length in Horizon Admin Guide / Manage Volumes Diffstat (except docs and test files) ------------------------------------- openstack_dashboard/api/glance.py | 26 ++ openstack_dashboard/api/nova.py | 108 ++++-- openstack_dashboard/api/rest/network.py | 2 +- .../dashboards/admin/instances/views.py | 43 ++- .../dashboards/project/instances/views.py | 19 +- .../dashboards/project/networks/ports/views.py | 3 +- .../steps/edit-image/edit-image.controller.js | 2 +- .../test/unit/api/rest/test_network.py | 2 +- openstack_dashboard/test/unit/api/test_glance.py | 33 ++ openstack_dashboard/test/unit/api/test_nova.py | 8 +- ...blicize-image-policy-name-5d7fd5ecbdcfa893.yaml | 11 + 15 files changed, 633 insertions(+), 273 deletions(-)
participants (1)
-
no-reply@openstack.org