File: bug-1826286-c9b68709a0d63d06.yaml

package info (click to toggle)
python-cinderclient 1%3A9.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,864 kB
  • sloc: python: 17,850; makefile: 92; sh: 35
file content (9 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    The ``discover_version`` function in the ``cinderclient.api_versions``
    module was documented to return the most recent API version supported
    by both the client and the target Block Storage API endpoint, but it
    was not taking into account the highest API version supported by the
    client.  Its behavior has been corrected in this release.
    [Bug `1826286 <https://bugs.launchpad.net/bugs/1826286>`_]