Yoga Series Release Notes¶
20.4.0¶
New Features¶
The
glance::cache::cleanerclass and theglance::cache::prunerclass now support themaxdelayparameter. This parameter would be useful in a multi-node deployment, to avoid launching the same cron command at the same time in multiple nodes.
Upgrade Notes¶
The
glance::apiclass now supports alock_pathparameter that configures the oslo.concurrency lock_path with a platform specific default value. Distributions that are used to defining the lock_path with a distribution specific config file may need to override the defaultglance::api::lock_pathvalue.
Bug Fixes¶
Bug #1980539: Configure the oslo.concurrency lock_path, which is now required by cinder backends.
20.3.0¶
Deprecation Notes¶
The following parameters of the
glance::apiclass have been deprecated and now have no effect. Thse parameters have been unused by Glance since Glance removed native ssl support.cert_filekey_fileca_file
The
glance_imageresource type has been using the credential written in the[keystone_authtoken]section ofglance-api.conf. However this behavior has been deprecated and now the resource type first looks for the yaml files in/etc/openstack/puppet. Make sure one ofclouds.yamloradmin-clouds.yaml(which is created by puppet-keystone) is created in that directory.