Yoga Series Release Notes¶
20.4.0¶
New Features¶
The
glance::cache::cleaner
class and theglance::cache::pruner
class now support themaxdelay
parameter. 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::api
class now supports alock_path
parameter 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_path
value.
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::api
class have been deprecated and now have no effect. Thse parameters have been unused by Glance since Glance removed native ssl support.cert_file
key_file
ca_file
The
glance_image
resource 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.yaml
oradmin-clouds.yaml
(which is created by puppet-keystone) is created in that directory.