We are ecstatic to announce the release of: manila-ui 2.16.1: Manila Management Dashboard This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/manila-ui Download the package from: https://tarballs.openstack.org/manila-ui/ Please report issues through: https://bugs.launchpad.net/manila-ui/+bugs For more details, please see below. 2.16.1 ^^^^^^ Bug Fixes * Drop the "host" field from project view tables since this information is only visible to administrators. This is the UI side of Launchpad bug 1664370 (https://bugs.launchpad.net/manila/+bug/1664370) and completes the fix for that bug. * Share servers are added to the share network details page. The page has been modified to show share servers and security services only if any exist, or are retrievable from the server. * Fixed an issue where an error message popped up about not being able to retrieve share network details when an ordinary user attempted to see these because the user wasn't authorized for certain admin-only "share server" information. In this circumstance we now handle this situation gracefully behind the scenes and display all the share network information for which the end user is authorized. * The Share replica details page has been fixed to render correctly for users with non-admin roles. Changes in manila-ui 2.16.0..2.16.1 ----------------------------------- 68dab30 Show share network details to non-admin 4ce060c Fix share replica details page for non-admins 9744144 Don't show host field in project tables 4b56a86 Add share servers to share network detail fa25b14 Replace openstack.org git:// URLs with https:// 4865df1 Imported Translations from Zanata afc93c7 Imported Translations from Zanata 9dec93c Fix location for coverage reports e257712 import zuul job settings from project-config 9ea0b85 Update UPPER_CONSTRAINTS_FILE for stable/rocky 8a00199 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 16 +- .../templates/share_networks/_detail.html | 53 ++-- .../dashboards/project/share_networks/views.py | 13 +- .../dashboards/project/shares/replicas/tables.py | 1 - .../dashboards/project/shares/replicas/views.py | 25 +- .../project/shares/templates/shares/_detail.html | 2 + .../shares/replicas/_detail_overview.html | 32 +-- manila_ui/locale/de/LC_MESSAGES/django.po | 271 ++++++++++++++++++++- manila_ui/locale/ko_KR/LC_MESSAGES/django.po | 265 +++++++++++++++++++- playbooks/legacy/manila-ui-dsvm/run.yaml | 6 +- ...ld-in-project-view-tables-20b7a67023d57d35.yaml | 7 + ...-to-share-network-details-1cff66010817f1a8.yaml | 6 + ...get-share-network-details-83e2882df1714506.yaml | 9 + ...fix-share-replica-details-eecdc8b43f2a6008.yaml | 5 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 155 ------------ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 151 ------------ .../source/locale/fr/LC_MESSAGES/releasenotes.po | 35 --- .../source/locale/id/LC_MESSAGES/releasenotes.po | 150 ------------ .../source/locale/ja/LC_MESSAGES/releasenotes.po | 30 --- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 63 ----- .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 156 ------------ .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 71 ------ tox.ini | 2 +- 27 files changed, 673 insertions(+), 879 deletions(-)
participants (1)
-
no-reply@openstack.org