Yoga Series Release Notes¶
20.3.0¶
New Features¶
The new
manila_typeresource has been added. This can be used to manage share types in Manila.
The new
system_scopeparameter has been added to the following classes.manila::compute::novamanila::image::glancemanila::network::neutronmanila::volume::cinder
Upgrade Notes¶
Now the
manila_typeresource type uses system scope credential instead of project scope credential when sending requests to Manila API.
Deprecation Notes¶
The
manila::typeresource type and themanila::type_setresource type has been deprecated in favor of the newmanila_typeresource.
Currently the manila_type`` resource type uses the credential written in the
[keystone_authtoken]section ofmanila.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 ofclouds.yamloradmin-clouds.yaml(which is created by puppet-keystone) is created in that directory.
The parameters of the
manila::quotaclass withquota_prefix have been deprecated. Use the parameters WITHOUTquota_prefix.