python-manilaclient 4.8.0 (caracal)
We are excited to announce the release of: python-manilaclient 4.8.0: Client library for OpenStack Manila API. 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.0 ^^^^^ New Features ************ * Support add disabled reason to services command. See bug 2037700 (https://bugs.launchpad.net/manila/+bug/2037700) for more details. Bug Fixes ********* * 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) Changes in python-manilaclient 4.7.0..4.8.0 ------------------------------------------- 67cadf3 CLI for disable service reason 5551c94 reno: Update master for unmaintained/yoga 99be0ce Fix share force delete case 5a2c000 Bump hacking 3ec364d Fix "per_share_gigabytes" in "openstack quota set" d66d7b1 Fix list call when search_opts isn't provided da4c929 Update python classifier in setup.cfg 3628f3d [OSC] Add OSC Functional Tests Snapshot Instances Diffstat (except docs and test files) ------------------------------------- manilaclient/api_versions.py | 2 +- manilaclient/common/cliutils.py | 4 +- manilaclient/osc/v2/quotas.py | 1 - manilaclient/osc/v2/services.py | 28 +++++++- manilaclient/osc/v2/share.py | 2 +- .../functional/osc/test_share_access_rules.py | 4 +- .../osc/test_share_snapshot_instances.py | 75 ++++++++++++++++++++ manilaclient/v2/services.py | 12 +++- manilaclient/v2/shares.py | 2 + manilaclient/v2/shell.py | 1 + ...a-set-per-share-gigabytes-fcff7f8ce2cc3c75.yaml | 6 ++ ...hare-force-delete-request-6d2578fb7da61e3f.yaml | 5 ++ ...sabled_reason_to_services-08cb52e4711745c7.yaml | 5 ++ releasenotes/source/yoga.rst | 2 +- setup.cfg | 2 + test-requirements.txt | 2 +- 27 files changed, 249 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6a9d952..aae70c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org