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