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 themanila::type_set
resource type has been deprecated in favor of the newmanila_type
resource.
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.yaml
oradmin-clouds.yaml
(which is created by puppet-keystone) is created in that directory.
The parameters of the
manila::quota
class withquota_
prefix have been deprecated. Use the parameters WITHOUTquota_
prefix.