Comment 6 for bug 1975488

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-manilaclient (master)

Reviewed: https://review.opendev.org/c/openstack/python-manilaclient/+/843215
Committed: https://opendev.org/openstack/python-manilaclient/commit/db8eafd838c603407d86b13e226d8d8b028b595e
Submitter: "Zuul (22348)"
Branch: master

commit db8eafd838c603407d86b13e226d8d8b028b595e
Author: Goutham Pacha Ravi <email address hidden>
Date: Wed May 25 02:57:17 2022 +0530

    Avoid using "force" kwarg in extend API

    The extend API was enhanced with API version
    2.64 to support a "force" argument; It's possible
    that clients are using older microversions
    when interacting with the manilaclient SDK;
    by mandating the use of the "force" kwarg,
    we introduce a regression. The "ShareManager"
    class has microversioned "extend" APIs,
    some of which do not accept the "force" kwarg.

    Change-Id: I56af42c6c3ece862747ddb62cd1eabdf608b9411
    Related-Bug: #1855391
    Closes-Bug: #1975488
    Signed-off-by: Goutham Pacha Ravi <email address hidden>