python-manilaclient 4.8.1 (caracal)
We are stoked to announce the release of: python-manilaclient 4.8.1 This release is part of the caracal 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.8.1 ^^^^^ 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. * 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.8.0..4.8.1 ------------------------------------------- 453dc27 Replace OS_TENANT_NAME 2db7610 Don't set availability_zone for 2.32 version of api e5443d8 [OSC] Fix output format for osc share subnet create f8ea4a7 Update TOX_CONSTRAINTS_FILE for stable/2024.1 0bac0dc Update .gitreview for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + manilaclient/osc/v2/share_network_subnets.py | 10 ++++++++++ manilaclient/osc/v2/share_networks.py | 17 ++++++++++------- ...ix-share-network-output-format-93d997f0f4a33fab.yaml | 6 ++++++ ...65769-fix-share-network-create-fa76f38f1b640001.yaml | 7 +++++++ roles/populate-manilaclient-config/tasks/main.yaml | 2 +- tox.ini | 6 +++--- zuul.d/python-manilaclient-jobs.yaml | 3 +++ 10 files changed, 44 insertions(+), 15 deletions(-)
participants (1)
-
no-reply@openstack.org