We are glad to announce the release of: manila-ui 4.1.0: Manila Management Dashboard This release is part of the victoria stable 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. 4.1.0 ^^^^^ Upgrade Notes ************* * Support for nova networking has been removed. Manila and the manilaclient sdk dropped support for nova network in the Ocata release (Feb 2017). So this should not have an impact on deployers running later releases, and this note is only informational. Bug Fixes ********* * Visibility of "switchable" fields in the share creation form involving share types that had hyphens in their names is now fixed. See Launchpad bug #1931641 (https://launchpad.net/bugs/1931641) for more details. Changes in manila-ui 4.0.0..4.1.0 --------------------------------- bf820e1 Fix share group creation with share types 6ad8fd8 Fix parsing names in switched fields c5e5999 Drop lower constraints testing 7a311ba Remove nova networking 775bc73 Update TOX_CONSTRAINTS_FILE for stable/victoria 275e726 Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 1 - lower-constraints.txt | 134 --------------------- .../templates/share_networks/_detail.html | 3 - 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 | 40 +++--- manila_ui/dashboards/utils.py | 11 ++ ...re-type-name-with-hyphens-8a9f16af36da5852.yaml | 6 + .../remove-nova-net-plugin-4fdc0d944d93644f.yaml | 7 ++ tox.ini | 10 +- 17 files changed, 102 insertions(+), 212 deletions(-)