We are pumped to announce the release of: manila-ui 6.0.0: Manila Management Dashboard This release is part of the xena release series. The source is available from: https://opendev.org/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. Changes in manila-ui 5.0.0.0rc1..6.0.0 -------------------------------------- 3d499a6 Follow up patch for API v2.45, fixes bug on rule metadata form 748b25f API v2.46, added 'is_default' field to share group types 957240e API v2.46, added 'is_default' field to share types 8b5b9cb API v2.45, adds metadata support to access rules 4d33369 Set parent share az when creating a share from snapshot eb52c16 Changed minversion in tox to 3.18.0 803ab32 Fix share group creation with share types ba07497 [CI] Temporarily set integration test job to non-voting 37e5b2f Fix parsing names in switched fields cc3cfad setup.cfg: Replace dashes with underscores 4edb837 Remove nova networking 89a90ff Support policy-in-code and deprecated policy 7cb7f1c Add Python3 xena unit tests af7122c Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- devstack/plugin.sh | 2 + manila_ui/api/manila.py | 23 +- manila_ui/conf/default_policies/manila.yaml | 2360 ++++++++++++++++++++ manila_ui/conf/manila_policy.yaml | 1906 ++++++++++++++++ .../dashboards/admin/share_group_types/tables.py | 4 + .../templates/share_networks/_detail.html | 3 - manila_ui/dashboards/admin/share_types/tables.py | 4 + manila_ui/dashboards/project/share_groups/forms.py | 20 +- .../dashboards/project/share_networks/forms.py | 31 +- .../dashboards/project/share_networks/tables.py | 4 - .../templates/share_networks/_detail.html | 3 - .../dashboards/project/share_networks/views.py | 7 - manila_ui/dashboards/project/shares/forms.py | 98 +- manila_ui/dashboards/project/shares/tables.py | 31 +- .../templates/shares/_update_rule_metadata.html | 13 + .../templates/shares/update_rule_metadata.html | 7 + manila_ui/dashboards/project/shares/urls.py | 4 + manila_ui/dashboards/project/shares/views.py | 61 +- manila_ui/dashboards/utils.py | 11 + .../local/local_settings.d/_90_manila_shares.py | 6 +- ...to-share-group-types-list-e0ed183e2e8df9ea.yaml | 5 + ...field-to-share-types-list-a76fed8ebe7eef03.yaml | 5 + .../add-share-access-rules-66a86a45a1f4a9c8.yaml | 5 + ...re-type-name-with-hyphens-8a9f16af36da5852.yaml | 6 + .../policy-in-code-support-23744e26a7f6e284.yaml | 7 + .../remove-nova-net-plugin-4fdc0d944d93644f.yaml | 7 + releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + setup.cfg | 8 +- tox.ini | 6 +- 37 files changed, 4753 insertions(+), 124 deletions(-)