Ocata Series Release Notes¶
15.1.0¶
Upgrade Notes¶
The
openstack_tempest_gate.shscript has been removed as it requires the use of therun_tempest.shscript which has been deprecated in Tempest. In order to facilitate the switch, the default for the variabletempest_runhas been set toyes, forcing the role to execute tempest by default. This default can be changed by overriding the value tono. The test whitelist may be set through the list variabletempest_test_whitelist.
15.0.0¶
New Features¶
A new variable,
tempest_flavors, has been added to the os_tempest role allowing users to define nova flavors to be during tempest testing.
Added new variable
tempest_volume_backend_namesand updated templates/tempest.conf.j2 to pointbackend_namesat this variable
Upgrade Notes¶
The variables
tempest_requirements_git_repoandtempest_requirements_git_install_branchhave been removed in favour of using the URL/path to the upper-constraints file using the variablepip_install_upper_constraintsinstead.
Deprecation Notes¶
Removed
tempest_volume_backend1_nameandtempest_volume_backend1_namesincebackend1_nameandbackend2_namewere removed from tempest in commit 27905cc (merged 26/04/2016)