python-manilaclient 2.4.0 (wallaby)
We are jazzed to announce the release of: python-manilaclient 2.4.0: Client library for OpenStack Manila API. This release is part of the wallaby 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. 2.4.0 ^^^^^ New Features ************ * The commands "manila create" and "manila delete" now accept an optional "--wait" option that allows users to let the client poll for the completion of the operation. Bug Fixes ********* * Bug #1902873 (https://bugs.launchpad.net/python- manilaclient/+bug/1902873): Fixed raw Python error message when using "manila" without a subcommand while passing an optional argument, such as "--os-cache". Changes in python-manilaclient 2.3.0..2.4.0 ------------------------------------------- c4651bc Fix duplicate wait functional test 78981e7 Add waiters to OSC share create/delete/resize f98d4fa Implements usage of '-c /--column' instead of additional logic. aeb4721 Fix undesirable raw Python error e9fe8c5 Remove six.moves.urllib 1835142 Remove python2 installation from bindep d3c4e8f Add a waiter to share create/delete c893da1 Use importlib to take place of imp module b830586 Remove install unnecessary package f838aac Remove install unnecessary packages abef36f Remove install unnecessary packages 3cac584 Add Python3 wallaby unit tests 550251c Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- bindep.txt | 2 - manilaclient/common/httpclient.py | 2 +- manilaclient/exceptions.py | 22 +++ manilaclient/osc/v2/share.py | 43 ++++++ manilaclient/osc/v2/share_access_rules.py | 27 +--- manilaclient/osc/v2/share_types.py | 22 +-- ...-without-additional-logic-2970ee294f32bd31.yaml | 8 + manilaclient/shell.py | 15 +- manilaclient/utils.py | 3 +- manilaclient/v2/shell.py | 129 ++++++++++++---- ...it-to-share-create-delete-f121073f2f4402ff.yaml | 7 + ...2873-fix-py-raw-error-msg-a839fee2ac7b9d3d.yaml | 7 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 + tox.ini | 3 - zuul.d/project.yaml | 2 +- 25 files changed, 488 insertions(+), 155 deletions(-)
participants (1)
-
no-reply@openstack.org