We are amped to announce the release of: manila-ui 2.13.1: Manila Management Dashboard This release is part of the queens 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.13.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.13.0..2.13.1 ----------------------------------- a8e4f4f Add share servers to share network detail fdbbe8c Don't show host field in project tables 517266b Fix share replica details page for non-admins 63122e0 Show share network details to non-admin 10d7bbc Fix horizon dependency in test-requirements 9696ca3 Fix location for coverage reports 366f5db import zuul job settings from project-config cdc008c Updated from global requirements b7d47a9 Update UPPER_CONSTRAINTS_FILE for stable/queens 58f00e5 Update .gitreview for stable/queens 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 +++++++------ ...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 ++ test-requirements.txt | 7 +-- tox.ini | 2 +- 16 files changed, 144 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d00ed46..23cc42c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +4,0 @@ --e git://github.com/openstack/horizon.git#egg=horizon - @@ -15 +13 @@ sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -19,0 +18,3 @@ reno>=2.5.0 # Apache-2.0 + +# Include horizon as test requirement +http://tarballs.openstack.org/horizon/horizon-stable-queens.tar.gz#egg=horiz...
participants (1)
-
no-reply@openstack.org