2024.1 Series Release Notes¶
24.0.0-5¶
New Features¶
The new
<service>_catalog_typeparameters have been added.
The new
tempest::magnum::manage_tests_packagesparameter has been added.
24.0.0¶
New Features¶
The new
tempest::barbican_enforce_scopeparameter has been added.
The
tempest::tempest_config_fileparameter is deprecated and has no effect. Now thetempest.confis generated in clone path when tempest is installed from source, or in workspace when tempest is installed by packages.
The tempest class now supports customizing options to determine minimum and maximum API microversions available, for the following services.
compute (nova)
placement (placement)
volume (cinder)
key_manager (barbican)
baremetal (ironic)
share (manila)
The new
tempest::sg_core_availableparameter has been added.
The
metric_backendsparameter and thealarm_backendparameter has been added to thetempestclass.
The
tempestclass now installs tempest plugin packages such as neutron-tempest-plugin according to the enabled services in Ubuntu.
Deprecation Notes¶
Support for the following tempest plugins has been deprecated and has no effect now.
ec2api-tempest-plugin
murano-tempest-plugin
sahara-tests
The following parameters have been deprecated and will be removed in a future release.
tempest::login_urltempest::cli_dir
Bug Fixes¶
The
tempestclass now installs the pip command using the distribution package instead of theeasy_installcommand for CentOS, because the command is no longer provided by the setuptool package now. Note that RHEL does not have the pip package so the package installation is skipped. Make sure the pip command is installed before the class is executed.