[release-announce] [manila] python-manilaclient 1.22.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 20:49:37 UTC 2018


We are overjoyed to announce the release of:

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

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

    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.22.0
^^^^^^

Bug Fixes

* Fix endpoint not found error when only the manilav2 endpoint is
  configured.

Changes in python-manilaclient 1.21.0..1.22.0
---------------------------------------------

c898e5c Allow clone of manila-tempest-plugin
d04dcc5 add lower-constraints job
eec6024 Follow the new PTI for document build
a4dadb8 Drop unused test-requirement
d14ab17 Updated from global requirements
946993c add os-testr to test-requirements
e20171b Add unit-test for apiversions.APIVersion.is_latest
0b578fa Update links in README
caf07ca Fix manila endpoint in catalog not find error
0cee351 Fix 'List' command filters do not accept unicode symbols
b55e056 Update reno for stable/queens
8415a4c Clean imports in code
e4ea631 Updated from global requirements
d81168c Zuul: Remove project name
635dd03 Cover string representations of api_versions.APIVersion
791b9f4 Add missing assertions for APIVersion comparison


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

.zuul.yaml                                         |  4 +-
README.rst                                         |  4 +-
lower-constraints.txt                              | 95 ++++++++++++++++++++++
manilaclient/base.py                               | 12 ++-
manilaclient/shell.py                              | 14 +++-
manilaclient/v2/shell.py                           |  8 +-
.../manilaclient-dsvm-neutron-functional/run.yaml  |  1 +
...x-endpoint-not-found.yaml-a06a3b0ba5006718.yaml |  4 +
releasenotes/source/index.rst                      |  1 +
releasenotes/source/queens.rst                     |  6 ++
requirements.txt                                   |  6 +-
setup.cfg                                          | 10 ---
test-requirements.txt                              |  5 +-
tox.ini                                            | 17 +++-
19 files changed, 213 insertions(+), 36 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 04936ff..d8fa05d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-ipaddress>=1.0.16;python_version<'3.3' # PSF
-oslo.config>=5.1.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+ipaddress>=1.0.17;python_version<'3.3' # PSF
+oslo.config>=5.2.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b4101d2..e316639 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,3 +12 @@ mock>=2.0.0 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+os-testr>=1.0.0 # Apache-2.0
@@ -19 +16,0 @@ python-openstackclient>=3.12.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list