Yoga Series Release Notes

20.3.0

New Features

  • The new manila_type resource has been added. This can be used to manage share types in Manila.

  • The new system_scope parameter has been added to the following classes.

    • manila::compute::nova

    • manila::image::glance

    • manila::network::neutron

    • manila::volume::cinder

Upgrade Notes

  • Now the manila_type resource type uses system scope credential instead of project scope credential when sending requests to Manila API.

Deprecation Notes

  • The manila::type resource type and the manila::type_set resource type has been deprecated in favor of the new manila_type resource.

  • Currently the manila_type`` resource type uses the credential written in the [keystone_authtoken] section of manila.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.

  • The parameters of the manila::quota class with quota_ prefix have been deprecated. Use the parameters WITHOUT quota_ prefix.