v43.0.0 Release Notes

43.0.0 Release Notes

43.0.0

Prelude

This release is to tag Tempest for OpenStack 2025.1 release. This release marks the start of 2025.1 release support in Tempest. After this release, Tempest will support below OpenStack Releases: * 2025.1 * 2024.2 * 2024.1 * 2023.2 Current development of Tempest is for OpenStack 2025.2 development cycle. Every Tempest commit is also tested against master during the 2025.2 cycle. However, this does not necessarily mean that using Tempest as of this tag will work against a 2025.2 (or future release) cloud. To be on safe side, use this tag to test the OpenStack 2025.1 release.

New Features

  • Add a new config option [image_feature_enabled]/image_format_enforcement which tells tempest that glance will do image format inspection and enforcement on upload. This will disable tests that require glance to accept a bad image in order to test another service (i.e. nova).

  • The wait_for_image_status() waiter now allows a list of status values instead of just a string, and returns the state the image was in when we stopped waiting.