Mailing List Archive

[cinder] How to set microversion in the openstack client?
I want to try out a few new features, such as creating a volume from
backup. On a Rocky Devstack, I get this:

    export OS_VOLUME_API_VERSION=3.47
    $ openstack volume list
    volume version 3.47 is not in supported versions: 1, 2, 3

How can I select a certain microversion? Or: Why is the openstack client
limited?

The cinder client works as expected.

Bernd.