Xena 系列发布说明¶
8.1.0¶
序言¶
Xena 版本的 python-cinderclient 支持 Block Storage API 第 3 版,直至微版本 3.66。(Xena 版本中 Block Storage API 的最大微版本为 3.66。)
新特性¶
增加了对 Block Storage API 第 3.66 版的支持,该版本取消了创建正在使用卷的快照所需的 ‘force’ 标志。虽然对于 API 版本 3.66 及更高版本的
snapshot-create调用,‘force’ 标志无效,但为了向后兼容,cinderclient 遵循 Block Storage API 的做法,在传递值为 True 的情况下会静默忽略该标志。
支持 Block Storage API 第 3.65 版,该版本在卷和快照详细响应中显示一个布尔型
consumes_quota字段,并允许使用标准--filters [<key=value> [<key=value> ...]]选项过滤卷和快照列表响应,该选项适用于cinder list或cinder snapshot-list命令。在云环境中,可能并非始终可以按此字段进行过滤。使用
cinder list-filters命令查看您使用的云环境中可用的过滤器。
升级说明¶
python-cinderclient 不再支持 Block Storage API 的第 2 版。支持该 API 的 python-cinderclient 的最后一个版本是 7.x 系列。