python-manilaclient 4.4.2 (antelope)
We are chuffed to announce the release of: python-manilaclient 4.4.2: Client library for OpenStack Manila API. This release is part of the antelope 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.4.2 ^^^^^ Bug Fixes * The format of the osc share network subnet create command output has been updated to return a list of hosts instead of a dictionary, as we do for other commands in the client. * The *openstack share quota set* command has been fixed to not set *per_share_gigabytes* unless the user has specified the parameter, and unless the user requests, and the server supports API version 2.62. * Share force delete command was sending two REST requests, first force delete and then delete. Fixed it by removing delete request. For more details, please refer to launchpad bug 2051737 (https://bugs.launchpad.net/python-manilaclient/+bug/2051737) * 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.4.1..4.4.2 ------------------------------------------- 96e51a3 [OSC] Fix output format for osc share subnet create 9708c1b Don't set availability_zone for 2.32 version of api 39021ab Fix share force delete case d229910 Fix "per_share_gigabytes" in "openstack quota set" Diffstat (except docs and test files) ------------------------------------- manilaclient/osc/v2/quotas.py | 1 - manilaclient/osc/v2/share.py | 2 +- manilaclient/osc/v2/share_network_subnets.py | 10 +++++++++ manilaclient/osc/v2/share_networks.py | 17 ++++++++------- .../functional/osc/test_share_network_subnets.py | 4 ++-- ...are-network-output-format-93d997f0f4a33fab.yaml | 6 ++++++ ...a-set-per-share-gigabytes-fcff7f8ce2cc3c75.yaml | 6 ++++++ ...hare-force-delete-request-6d2578fb7da61e3f.yaml | 5 +++++ ...-fix-share-network-create-fa76f38f1b640001.yaml | 7 +++++++ 12 files changed, 71 insertions(+), 20 deletions(-)
participants (1)
-
no-reply@openstack.org