v41.0.0 Release Notes¶
41.0.0 Release Notes¶
41.0.0¶
Prelude¶
This release is to tag Tempest for OpenStack 2024.2 release. This release marks the start of 2024.2 release support in Tempest. After this release, Tempest will support below OpenStack Releases: * 2024.2 * 2024.1 * 2023.2 * 2023.1 Current development of Tempest is for OpenStack 2025.1 development cycle. Every Tempest commit is also tested against master during the 2025.1 cycle. However, this does not necessarily mean that using Tempest as of this tag will work against a 2025.1 (or future release) cloud. To be on safe side, use this tag to test the OpenStack 2024.2 release.
New Features¶
Adding a new config options [scenario]/target_dir which allows users to specify the location where timestamps files will be written to. The default value is /tmp that, however, cannot be expected to persist across reboots of an instance.
Add support for project manager and domain manager personas by adding
get_project_manager_creds
andget_domain_manager_creds
to theDynamicCredentialProvider
andPreProvisionedCredentialProvider
classes of the common library.