Yoga Series Release Notes

20.4.0

New Features

  • Theglance::cache::cleaner class and theglance::cache::prunerclass now support themaxdelay parameter. This parameter would beuseful in a multi-node deployment, to avoid launching the same cron commandat the same time in multiple nodes.

Upgrade Notes

  • Theglance::api class now supports alock_path parameter 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_path value.

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 theglance::api class have been deprecatedand now have no effect. Thse parameters have been unused by Glance sinceGlance removed native ssl support.

    • cert_file

    • key_file

    • ca_file

  • Theglance_image resource 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.yaml oradmin-clouds.yaml (which is created bypuppet-keystone) is created in that directory.