Comment 3 for bug 2000092

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/+/868128
Committed: https://opendev.org/openstack/python-manilaclient/commit/cb14e965efbdda1ae55f85b4650d299f2c08d0bf
Submitter: "Zuul (22348)"
Branch: master

commit cb14e965efbdda1ae55f85b4650d299f2c08d0bf
Author: Goutham Pacha Ravi <email address hidden>
Date: Mon Dec 19 12:36:57 2022 -0800

    Fix functional tests failing with python 3.10

    argparse module had a change [1] in header text denoting optional
    arguments. The header text now reads "options" instead of
    "optional arguments"

    [1] https://docs.python.org/3/whatsnew/3.10.html#argparse
    Closes-Bug: #2000092

    Change-Id: I2d7caa6e3c5a6a493639dc655a6722992540281e