[openstack-announce] [release][horizon] manila-ui 2.0.0 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 16 18:18:42 UTC 2016
We are pumped to announce the release of:
manila-ui 2.0.0: Manila Management Dashboard
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/manila-ui
With package available at:
https://pypi.python.org/pypi/manila-ui
Please report issues through launchpad:
http://bugs.launchpad.net/manila-ui
For more details, please see below.
Changes in manila-ui 1.2.0..2.0.0
---------------------------------
bf38208 Updated from global requirements
4b10796 Fix compatibility with Manilaclient and Horizon
3b3c1c0 remove python 3.3 trove classifier
8592b9f Drop MANIFEST.in - it's not needed with PBR.
7ca7311 Remove "builtins = _" from tox.ini
02f1866 remove python 2.6 trove classifier
64c574c Can not create a LDAP security-service with no auth
ef8bf7b Remove import of unnecessary modules from Horizon
2ec35ef Fix call to Client() with 2 api_version args
7e09cf6 Updated from global requirements
a7b9e77 Remove unused Manila API methods
bc3a2a7 Updated from global requirements
fae7cf3 Use "GiB" and "gibibyte" labels in share panels
3ee0ed6 Updated from global requirements
264ee22 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
MANIFEST.in | 6 ------
manila_ui/api/manila.py | 25 +---------------------
manila_ui/dashboards/admin/shares/tables.py | 2 +-
.../shares/_snapshot_detail_overview.html | 2 +-
.../project/shares/security_services/forms.py | 5 +++--
.../dashboards/project/shares/shares/forms.py | 16 +++++++-------
.../dashboards/project/shares/shares/tables.py | 2 +-
.../dashboards/project/shares/snapshots/tables.py | 2 +-
.../templates/shares/shares/_detail_overview.html | 2 +-
.../templates/shares/shares/_extend_limits.html | 4 ++--
.../shares/templates/shares/shares/_limits.html | 4 ++--
.../shares/snapshots/_limits_snapshots.html | 4 ++--
.../snapshots/_snapshot_detail_overview.html | 2 +-
manila_ui/dashboards/project/shares/test_data.py | 20 ++++++++++++-----
manila_ui/exceptions.py | 6 ------
manila_ui/test/test_data/utils.py | 18 ----------------
requirements.txt | 16 +++++++-------
setup.cfg | 2 --
setup.py | 3 +--
test-requirements.txt | 24 ++++++++++-----------
tox.ini | 1 -
23 files changed, 62 insertions(+), 108 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9ed0e4a..c511fd3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6,<2.0
+pbr>=1.6 # Apache-2.0
@@ -7,7 +7,7 @@ pbr>=1.6,<2.0
-Babel>=1.3
-Django>=1.7,<1.9
-django_compressor>=1.4
-django_openstack_auth>=1.4.0
-iso8601>=0.1.9
-python-keystoneclient>=1.6.0
-python-manilaclient>=1.3.0
+Babel>=1.3 # BSD
+Django<1.9,>=1.8 # BSD
+django-compressor>=1.4 # MIT
+django-openstack-auth>=2.0.0 # Apache-2.0
+iso8601>=0.1.9 # MIT
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-manilaclient>=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 658c596..1ab01ae 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,12 +8,12 @@ hacking<0.11,>=0.10.0
-coverage>=3.6
-ddt>=0.7.0
-django-nose>=1.2
-discover
-mock>=1.2
-mox3>=0.7.0
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+coverage>=3.6 # Apache-2.0
+ddt>=1.0.1 # MIT
+django-nose>=1.2 # BSD
+discover # BSD
+mock>=1.2 # BSD
+mox3>=0.7.0 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
More information about the OpenStack-announce
mailing list