We are pumped to announce the release of: python-manilaclient 4.6.2 This release is part of the bobcat 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.6.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.6.1..4.6.2 ------------------------------------------- 815c0dd [OSC] Fix output format for osc share subnet create d8d7acf Don't set availability_zone for 2.32 version of api d7193cd Fix list call when search_opts isn't provided 6f53844 Fix share force delete case 2614b30 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 ++-- manilaclient/v2/shares.py | 2 ++ ...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 +++++++ 13 files changed, 73 insertions(+), 20 deletions(-)
participants (1)
-
no-reply@openstack.org