[openstack-announce] [release][manila] python-manilaclient 1.8.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 3 21:48:05 UTC 2016


We are satisfied to announce the release of:

python-manilaclient 1.8.0: Client library for OpenStack Manila API.

This release is part of the mitaka release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-manilaclient

With package available at:

    https://pypi.python.org/pypi/python-manilaclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-manilaclient

For more details, please see below.

Changes in python-manilaclient 1.7.0..1.8.0
-------------------------------------------

6bad71c Add 'cephx' authentication type
110c505 Added new CLI commands for Share migration
32c9beb Use 'example' instead of 'foo' or 'bar' in help outputs
127d0d8 Annotate CLI commands for experimental features
7ec5856 CLI for manage/unmanage snapshot
00e359f Support preferred export locations in Manila CLI
e4b4296 Client Support for Manila Share Replication
1ab7008 Fix post_test_hook.sh script auth error
7a6ae66 Updated from global requirements
bb8d54a To tag all the Admin-only APIs as Admin only
9e98b19 Fix function name
dc863b5 Add missing element in functional test
c0f1fd7 Eliminate unnecessary character
f132c48 Fix functional tests to respect insecure SSL option
9bd98e6 Updated from global requirements
b2adf7e Fix Access Rules functional tests
17f9908 Add support of export location metadata feature
b2079d4 Set default access_level to rw in help
8726bf5 Updated from global requirements
b188b13 Fix Mutable default argument
fd77a8e Updated typos
1a9d0b7 Replace assertTrue(isinstance()) with assertIsInstance()

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

README.rst                                         |   2 +-
contrib/ci/post_test_hook.sh                       |   8 +-
manilaclient/api_versions.py                       |   2 +-
manilaclient/config.py                             |   9 +-
.../v2/test_share_instance_export_locations.py     |  58 ++
manilaclient/v2/client.py                          |   9 +
manilaclient/v2/share_export_locations.py          |  50 ++
manilaclient/v2/share_instance_export_locations.py |  54 ++
manilaclient/v2/share_replicas.py                  | 185 ++++++
manilaclient/v2/share_snapshots.py                 |  36 ++
manilaclient/v2/shares.py                          | 113 +++-
manilaclient/v2/shell.py                           | 720 +++++++++++++++++++--
requirements.txt                                   |  22 +-
test-requirements.txt                              |  22 +-
28 files changed, 2015 insertions(+), 139 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 13cf080..3cd57d7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@
-pbr>=1.6
+pbr>=1.6 # Apache-2.0
@@ -8,2 +8,2 @@ pbr>=1.6
-iso8601>=0.1.9
-oslo.config>=3.2.0 # Apache-2.0
+iso8601>=0.1.9 # MIT
+oslo.config>=3.7.0 # Apache-2.0
@@ -12,8 +12,8 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
-PrettyTable<0.8,>=0.7
-pycrypto>=2.6
-requests!=2.9.0,>=2.8.1
-simplejson>=2.2.0
-Babel>=1.3
-six>=1.9.0
-python-keystoneclient!=1.8.0,>=1.6.0
+oslo.utils>=3.5.0 # Apache-2.0
+PrettyTable<0.8,>=0.7 # BSD
+pycrypto>=2.6 # Public Domain
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+simplejson>=2.2.0 # MIT
+Babel>=1.3 # BSD
+six>=1.9.0 # MIT
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ab735e8..f30d975 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,6 +8,6 @@ hacking<0.10,>=0.9.2
-coverage>=3.6
-ddt>=1.0.1
-discover
-fixtures>=1.3.1
-mock>=1.2
-ordereddict
+coverage>=3.6 # Apache-2.0
+ddt>=1.0.1 # MIT
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
+mock>=1.2 # BSD
+ordereddict # MIT
@@ -16,5 +16,5 @@ oslotest>=1.10.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.13.0
-testrepository>=0.0.18
-testtools>=1.4.0
-python-openstackclient>=2.0.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+tempest-lib>=0.14.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+python-openstackclient>=2.1.0 # Apache-2.0





More information about the OpenStack-announce mailing list