We are pumped to announce the release of: python-manilaclient 4.9.1: Client library for OpenStack Manila API. This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through: https://bugs.launchpad.net/python-manilaclient/+bugs For more details, please see below. 4.9.1 ^^^^^ Bug Fixes * Share network create command failed with 2.32 version of api, due to set availability zone argument for old version of create function, which doesn't have this argument. The bug was fixed by adding a check that the user set the availability zone in query. Changes in python-manilaclient 4.9.0..4.9.1 ------------------------------------------- ae363bd Don't set availability_zone for 2.32 version of api 48fbad6 Fix show info about share network 69083c7 Remove old excludes Diffstat (except docs and test files) ------------------------------------- manilaclient/osc/v2/share_networks.py | 21 ++++++++++++++------- ...9-fix-share-network-create-fa76f38f1b640001.yaml | 7 +++++++ requirements.txt | 10 +++------- test-requirements.txt | 2 +- 6 files changed, 27 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 283aab0..ca78e2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +4,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -10 +6 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=3.0.0 # Apache-2.0 @@ -14 +10 @@ oslo.log>=3.36.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.20.0 # Apache-2.0 @@ -19 +15 @@ simplejson>=3.5.1 # MIT -Babel!=2.4.0,>=2.3.4 # BSD +Babel>=2.5.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index aae70c7..ea299ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.4.1 # Apache-2.0