不支持 Openstack Cinder 版本

Openstack Cinder version not supported

我正在尝试创建一个大小为 5Gb 的 cinder 存储,但出现以下错误。

# cinder create 5 --display-name FileStorage
ERROR: Version 3.52 is not supported by the API. Minimum is 3.0 and maximum is 3.50. (HTTP 406) (Request-ID: req-cc838137-0b60-4e72-8abe-a679a55aa399)

有什么方法可以创建煤渣吗?我不是管理员,因此无法更改 openstack 中的设置。如何将版本返回到 3.50?

通过设置环境变量更改 cinder 将使用的 API 版本:

export OS_VOLUME_API_VERSION=3.50