煤渣将公共端点重定向到http

时间:2019-01-28 18:12:58

标签: openstack openstack-cinder

我正在运行cinder客户端并尝试使用openstack端点,但是当我运行cinder显示时,请求将被重定向到http端点并中止

#cinder --version 4.1.0

#cinder show 3988928-79b0-4e2e-90a9-38089af5b46e ERROR: Unable to establish connection to http://mydomain:8776/v3/35f4380e80074591a9fd746c09e39d5c/volumes/detail?all_tenants=1&marker=6088358b-2905-42a1-aa50-a014c1dc8147: ('Connection aborted.', BadStatusLine("''",))

不知道为什么该请求被重定向

1 个答案:

答案 0 :(得分:0)

“ cinder” CLI已弃用,请改用“ openstack” CLI:

openstack volume show 3988928-79b0-4e2e-90a9-38089af5b46e"

如果出于任何原因仍要使用“煤渣表演”,请将OS_VOLUME_API_VERSION设置为3.50。

export OS_VOLUME_API_VERSION=3.50
cinder show 3988928-79b0-4e2e-90a9-38089af5b46e