python-manilaclient/releasenotes/notes/bug-1960490-use-suitable-version-for-osc-b375a32273b56522.yaml
Kiran Pawar 95763cdb05 Use suitable api version for OSC.
In manilaclient i.e. manila commands, if user supplied version is above
the max version supported by server, manilaclient adjust to max version.
This was missing in openstack commands which results in failure that
version is not supported. Fix by discovering most suitable version and
use it for client creation.

Closes-bug: #1960490
Change-Id: I734f6953e8b0266b38f0cb6e1581c4201f2bd676
2023-03-15 08:58:54 +00:00

8 lines
323 B
YAML

---
fixes:
- |
The OpenStackClient plugin will now use most suitable version for
openstack commmands client generation if user supplied version is above
max version supported by server. For more details, please refer `Launchpad
bug #1960490 <https://bugs.launchpad.net/python-manilaclient/+bug/1960490>`_