Yoga Series Release Notes¶
20.3.0¶
New Features¶
The following parameters have been added to the
mistral::engine
class.execution_integrity_check_delay
execution_integrity_check_batch_size
action_definition_cache_time
start_subworkflows_via_rpc
The new
mistral::execution_expiration_policy
class has been added.
Deprecation Notes¶
The following parameters of the
mistral::engine
class have been deprecated in favor of the newmistral::execution_expiration_policy
class.evaluation_interval
older_than
The
mistral_workflow
resource type has been using the credential written in the[keystone_authtoken]
section ofmistral.conf
. However this behavior has been deprecated and now the resource types first looks for the yaml files in/etc/openstack/puppet
. Make sure one ofclouds.yaml
oradmin-clouds.yaml
(which is created by puppet-keystone) is created in that directory.
Bug Fixes¶
Now the base
Puppet::Provider::Mistral
class loads service user credential using the proper keystoneauth parameters.
20.2.0¶
New Features¶
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
The
mistral::database_connection
parameter has been removed.
The
mistral::db::database_min_pool_size
parameter has been removed.
The
system_scope
parameter has been added to themistral::keystone::authtoken
class.
The
mistral::keystone::auth
class now supports customizing roles assigned to the mistral service user.
The
mistral::keystone::auth
class now supports defining assignmet of system-scoped roles to the mistral service user.
20.0.0¶
Upgrade Notes¶
Default value of the
mistral::wsgi::apache::ssl
parameter will be changed fromtrue
tofalse
in a future release. Make sure the parameter is set to the desired value.