Yoga Series Release Notes¶
20.3.0¶
New Features¶
The new
barbican::retry_scheduler
class has been added.
Deprecation Notes¶
The following parameters of the
barbican
class have been deprecated in favor of the newbarbican::retry_scheduler
class.retry_scheduler_initial_delay_seconds
retry_scheduler_periodic_interval_max_seconds
20.2.0¶
New Features¶
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
The
system_scope
parameter has been added to thebarbican::keystone::authtoken
class.
The
barbican::keystone::auth
class now supports customizing roles assigned to the barbican service user.
The
barbican::keystone::auth
class now supports defining assignmet of system-scoped roles to the barbican service user.
Upgrade Notes¶
The
barbican::db::database_min_pool_size
parameter has been removed.
The
barbican::api::service_name
no longer accetpsbarbican-api
as a valid service name in RHEL/CentOS. Use the actual service name,openstack-barbican-api
instead.
20.1.0¶
Upgrade Notes¶
The default vhost config file is no longer managed. Make sure the parameters of the
apache
class are properly defined and the default vhost file is deleted.
Bug Fixes¶
Now the
barbican::keystone::notification
class manages the service and the package to use the keystone notification feature.
20.0.0¶
New Features¶
The following two new parameters have been added to the
barbican::api
class.max_limit_paging
default_limit_paging
The new
key_val_separator
attribute has been added to thebarbican_api_paste_ini
resource type.
Upgrade Notes¶
Default value of the
barbican::wsgi::apache::ssl
parameter will be changed fromtrue
tofalse
in a future release. Make sure the parameter is set to the desired value.