We exuberantly announce the release of: manila-ui 2.7.0: Manila Management Dashboard This release is part of the ocata stable release series. The source is available from: http://git.openstack.org/cgit/openstack/manila-ui Download the package from: https://tarballs.openstack.org/manila-ui/ Please report issues through launchpad: http://bugs.launchpad.net/manila-ui For more details, please see below. 2.7.0 ^^^^^ New Features ************ * Added native protocol for MapRFS manila share driver * Added support for the mountable snapshots feature to manila-ui. * Added preserve-snapshots option to share migration. Bug Fixes ********* * Updated descriptions of share migration parameters. Changes in manila-ui 2.6.0..2.7.0 --------------------------------- 646fee8 Add mountable snapshots support to manila-ui a489d60 Imported Translations from Zanata 82b0479 Updated from global requirements c652474 Updated from global requirements 58d9a98 Implement Share Migration Ocata improvements 39d6b1e Bump microversion to 2.26 162434e Add MapRFS protocol Diffstat (except docs and test files) ------------------------------------- manila_ui/api/manila.py | 38 ++++- manila_ui/dashboards/admin/shares/forms.py | 60 ++++--- manila_ui/dashboards/admin/shares/views.py | 24 ++- .../dashboards/project/shares/replicas/views.py | 16 +- .../dashboards/project/shares/shares/forms.py | 2 +- .../dashboards/project/shares/shares/views.py | 23 +-- .../dashboards/project/shares/snapshots/forms.py | 25 +++ .../dashboards/project/shares/snapshots/tables.py | 78 +++++++++ .../dashboards/project/shares/snapshots/views.py | 91 ++++++++++- .../templates/shares/shares/_detail_overview.html | 2 + .../templates/shares/snapshots/_rule_add.html | 11 ++ .../snapshots/_snapshot_detail_overview.html | 34 ++++ .../templates/shares/snapshots/manage_rules.html | 7 + .../templates/shares/snapshots/rule_add.html | 7 + manila_ui/dashboards/project/shares/urls.py | 6 + manila_ui/dashboards/utils.py | 9 + .../local/local_settings.d/_90_manila_shares.py | 3 +- manila_ui/locale/cs/LC_MESSAGES/django.po | 16 +- manila_ui/locale/de/LC_MESSAGES/django.po | 28 +--- manila_ui/locale/fr/LC_MESSAGES/django.po | 14 +- manila_ui/locale/id/LC_MESSAGES/django.po | 86 +++++++--- manila_ui/locale/ko_KR/LC_MESSAGES/django.po | 25 +-- manila_ui/locale/pt_BR/LC_MESSAGES/django.po | 14 +- manila_ui/locale/ru/LC_MESSAGES/django.po | 25 +-- manila_ui/locale/zh_CN/LC_MESSAGES/django.po | 12 +- .../add-maprfs-protocol-5d7f4b4c47da8fab.yaml | 3 + ...anila-mountable-snapshots-93a732ad0dc95ade.yaml | 4 + ...ta-migration-improvements-e0ecccbe95e3c265.yaml | 6 + .../source/locale/id/LC_MESSAGES/releasenotes.po | 19 ++- requirements.txt | 4 +- 36 files changed, 877 insertions(+), 235 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4a926d2..afc7d56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ django-compressor>=2.0 # MIT -django-openstack-auth>=2.4.0 # Apache-2.0 +django-openstack-auth>=3.1.0 # Apache-2.0 @@ -14 +14 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-manilaclient>=1.10.0 # Apache-2.0 +python-manilaclient>=1.12.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org