1---
2features:
3  - |
4    Automatic version negotiation for the cinderclient CLI.
5    If an API version is not specified, the CLI will use the newest
6    supported by the client and the server.
7    If an API version newer than the server supports is requested,
8    the CLI will fall back to the newest version supported by the server
9    and issue a warning message.
10    This does not affect cinderclient library usage.
11
12
13