Comment 8 for bug 1975488

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

Reviewed: https://review.opendev.org/c/openstack/python-manilaclient/+/843207
Committed: https://opendev.org/openstack/python-manilaclient/commit/c1c1133a7f912f6d4136ace537a1e5d80ec81bb6
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit c1c1133a7f912f6d4136ace537a1e5d80ec81bb6
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>
    (cherry picked from commit db8eafd838c603407d86b13e226d8d8b028b595e)