[openstack-announce] [new][manila] python-manilaclient 1.10.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 14 22:26:56 UTC 2016


We are psyched to announce the release of:

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

This release is part of the newton 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.

1.10.0
^^^^^^

Bug Fixes

* Both 'manila list --all-tenants' and 'manila list --public' will
  show column Project ID. Same is the change in behavior of snapshot-
  list --all-tenants.

* Added proper error handling for missing API minor version number.

Changes in python-manilaclient 1.9.0..1.10.0
--------------------------------------------

5ce66a1 Updated from global requirements
8c2f3c3 Define experimental API header on python client level instead of CLI
2e741f7 Remove white space between print and ()
9479899 Updated from global requirements
0859cba Updated from global requirements
3a7609d manila list --all-tenants should display projectID
6e15683 [CI] Fix devstack hooks to unblock CI
1e9ba40 Make dict.keys() PY3 compatible
0cf6470 Handle error for missing minor api version
98e2c9e Remove discover from test-requirements
ef38f05 Updated from global requirements


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

contrib/ci/post_test_hook.sh                       | 26 ++++-------
manilaclient/api_versions.py                       |  7 +--
manilaclient/base.py                               |  1 +
manilaclient/openstack/common/cliutils.py          |  2 +-
.../unit/v2/test_consistency_group_snapshots.py    |  5 +-
manilaclient/v2/consistency_group_snapshots.py     |  9 ++++
manilaclient/v2/consistency_groups.py              |  8 ++++
manilaclient/v2/share_replicas.py                  |  8 ++++
manilaclient/v2/shares.py                          |  7 +++
manilaclient/v2/shell.py                           | 54 ++++++----------------
.../notes/bug_1570085_fix-905786b797379309.yaml    |  5 ++
...missing-api-minor-version-5a6d242f28883442.yaml |  3 ++
requirements.txt                                   |  4 +-
test-requirements.txt                              |  7 ++-
27 files changed, 184 insertions(+), 112 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index dbd46bd..3e8b222 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ pbr>=1.6 # Apache-2.0
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
@@ -11 +11 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3f2d6ff..a223351 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +9,0 @@ ddt>=1.0.1 # MIT
-discover # BSD
@@ -16,2 +15,2 @@ oslotest>=1.10.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-tempest>=11.0.0 # Apache-2.0
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+tempest>=12.1.0 # Apache-2.0
@@ -21 +20 @@ python-openstackclient>=2.1.0 # Apache-2.0
-reno>=1.6.2 # Apache2
+reno>=1.8.0 # Apache2





More information about the OpenStack-announce mailing list