Yoga Series Release Notes¶
20.4.0¶
New Features¶
- The - glance::cache::cleanerclass and the- glance::cache::prunerclass now support the- maxdelayparameter. 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 a- lock_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 default- glance::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_file
- key_file
- ca_file
 
- The - glance_imageresource type has been using the credential written in the- [keystone_authtoken]section of- glance-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 of- clouds.yamlor- admin-clouds.yaml(which is created by puppet-keystone) is created in that directory.
