Ocata 系列发布说明¶
15.1.0¶
升级说明¶
已删除
openstack_tempest_gate.sh脚本,因为它需要使用已被 Tempest 弃用的run_tempest.sh脚本。为了促进切换,变量tempest_run的默认值设置为yes,强制角色默认执行 tempest。可以通过将值覆盖为no来更改此默认值。可以通过列表变量tempest_test_whitelist设置测试白名单。
15.0.0¶
新特性¶
已向 os_tempest 角色添加了一个新变量
tempest_flavors,允许用户定义在 tempest 测试期间使用的 nova flavor。
添加了新的变量
tempest_volume_backend_names并更新了 templates/tempest.conf.j2,以将backend_names指向此变量
升级说明¶
变量
tempest_requirements_git_repo和tempest_requirements_git_install_branch已被移除,转而使用变量pip_install_upper_constraints使用上约束文件的 URL/路径。
弃用说明¶
由于
backend1_name和backend2_name已从 tempest 的提交 27905cc (合并于 2016/04/26) 中移除,因此移除了tempest_volume_backend1_name和tempest_volume_backend1_name。