File: cli-api-ver-negotiation-9f8fd8b77ae299fd.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 (12 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Automatic version negotiation for the cinderclient CLI.
    If an API version is not specified, the CLI will use the newest
    supported by the client and the server.
    If an API version newer than the server supports is requested,
    the CLI will fall back to the newest version supported by the server
    and issue a warning message.
    This does not affect cinderclient library usage.