Yoga Series Release Notes

20.4.0

New Features

  • The glance::cache::cleaner class and the glance::cache::pruner class now support the maxdelay 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 a lock_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 default glance::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 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.yaml or admin-clouds.yaml (which is created by puppet-keystone) is created in that directory.