[openstack-announce] [new][manila] manila-ui 2.4.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 26 17:55:57 UTC 2016


We are excited to announce the release of:

manila-ui 2.4.0: Manila Management Dashboard

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/manila-ui

Please report issues through launchpad:

    http://bugs.launchpad.net/manila-ui

For more details, please see below.

Changes in manila-ui 2.3.0..2.4.0
---------------------------------

6dff822 Imported Translations from Zanata
e1912b1 Disable creation of public share types per configuration
7f0dc6a Updated from global requirements
5e41f07 Fix py27 and py27dj19 gates
770df84 Updated from global requirements
06c81a4 Fix get_disabled_quotas
783a9d2 Correct typo
6014aeb Update Django 1.10 tox env
e15ee02 Fix Django 1.9 unit tests
2da584c Delete openstack/common from the exclude list of flake8 in tox
b4c6c08 Remove unit tests warnings
ea126db Imported Translations from Zanata
4d65944 Updated from global requirements
9c9e0af Table actions improvement
bd09a42 Remove Cinder leftovers from Create Snapshot View
4636567 Fix improperly rendered Create Snapshot modal form
6ee07b8 Update Share Metadata modal form refactoring
62f2f5a Fix unit tests for Django 1.9
49cea4b Register apps in unit tests properly
fa98d6b Fix unit tests
2382916 Updated from global requirements
b472806 Fix improperly rendered Edit Share modal form
bca5695 Fix improperly rendered Update Security Service modal form


Diffstat (except docs and test files)
-------------------------------------

manila_ui/dashboards/admin/shares/forms.py         |  14 +-
manila_ui/dashboards/admin/shares/tables.py        |  83 +--
.../templates/shares/_detail_share_instance.html   |   1 -
.../templates/shares/_detail_share_server.html     |   1 -
.../shares/_manage_share_type_access.html          |   1 -
.../shares/_snapshot_detail_overview.html          |   1 -
manila_ui/dashboards/admin/shares/urls.py          |   6 +-
manila_ui/dashboards/project/shares/__init__.py    |   2 +-
.../project/shares/security_services/tables.py     |  10 +-
.../project/shares/security_services/views.py      |   3 +-
.../project/shares/share_networks/tables.py        |  19 +-
.../dashboards/project/shares/shares/tables.py     |  32 +-
.../dashboards/project/shares/shares/views.py      |  22 +-
.../dashboards/project/shares/snapshots/tables.py  |   9 +-
.../dashboards/project/shares/snapshots/views.py   |  14 +-
.../security_services/_add_security_service.html   |   1 -
.../shares/security_services/_detail_overview.html |   1 -
.../shares/share_networks/_detail_overview.html    |   1 -
.../share_networks/_share_network_update.html      |   1 -
.../shares/shares/_add_security_service.html       |   1 -
.../templates/shares/shares/_detail_overview.html  |   1 -
.../templates/shares/shares/_update_metadata.html  |  40 +-
.../shares/snapshots/_create_snapshot.html         |   9 -
.../snapshots/_snapshot_detail_overview.html       |   1 -
manila_ui/dashboards/project/shares/urls.py        |   6 +-
manila_ui/dashboards/utils.py                      |   2 +-
manila_ui/locale/ja/LC_MESSAGES/django.po          |  44 +-
manila_ui/locale/zh_CN/LC_MESSAGES/django.po       | 814 +++++++++++++++++++++
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       |  31 +
requirements.txt                                   |   8 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |  19 +-
42 files changed, 1176 insertions(+), 401 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0fc1267..f6e15f0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=2.3.0 # Apache-2.0
+django-openstack-auth>=2.4.0 # Apache-2.0
@@ -12,3 +12,3 @@ iso8601>=0.1.11 # MIT
-oslo.utils>=3.15.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
-python-manilaclient>=1.3.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
+python-manilaclient>=1.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 52f8a4e..e1631e3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ ddt>=1.0.1 # MIT
-django-nose>=1.2 # BSD
+django-nose>=1.4.4 # BSD





More information about the OpenStack-announce mailing list