Zed Series Release Notes¶
21.0.0¶
New Features¶
The
tempestclass now supports heat-tempest-plugin parameters.
The id setter resources type now accepts a resource name in
<section>/<parameter name>format, to use arbitrary section name.
The new
tempest::img_disk_formatparameter has been added.
The new
tempest::manila_availableparameter has been added. This parameter defaults tofalse, but when set totrue, it installs themanila-tempest-pluginpackage and enables the plugin tests.
The following three parameters for manila-tempest-plugin have been added to the
tempestclass.share_multitenancy_enabledshare_enable_protocolsshare_multi_backendcapability_storage_protocol
The following parameters have been added to the
tempestclass to mange domain name parameters for pre-created credentials.user_domain_nameproject_domain_namealt_user_domain_namealt_project_domain_name
Upgrade Notes¶
CentOS 8 Stream is no longer supported by this module.
The
tempest::change_password_availableparameter has been removed.
The
tempest::keystone_v2parameter has been removed.
Deprecation Notes¶
The
tempest::whitebox_db_uriparameter has been deprecated and now has no effect.
Bug Fixes¶
The
tempestclass no longer installes apython3-<service>-testspackage, unless the package provides tempest plugins.
Now the
python3-keystone-tests-tempestpackage is installed instead of thepython3-keyston-testspackage in CentOS and RHEL.
Now the
python3-glance-tests-tempestpackage is installed instead of thepython3-glance-testspackage in CentOS and RHEL.
Fixed the wrong section(
[DEFAULT]instead of[database]) used by automated resolution of image id value using thedb_flavor_nameparameter.
Default value of the
tempest::tempest_repo_uriparameter has been updated and now the OpenDev repository is used instead of Github.