Train Series Release Notes¶
1.29.0-6¶
Bug Fixes¶
Launchpad bug 1960422 has been fixed by prevent sending the share creation request and provide early feedback to CLI users.
1.29.0¶
New Features¶
The
name,descriptionand/orshare_type_access:is_publicattributes of share types can be updated with API version2.50and beyond.
Added CLI commands to get, add and delete share network subnets.
Updated CLI command for managing share servers to accept
share_network_subnetparameter.
Deprecated
neutron_subnet_idparameter from CLI command to update a share network.
Updated CLI command for listing share servers to show a new column
Share Network Subnet Id, and to accept a filter parametershare_network_subnet.
Bug Fixes¶
Fixed share replica create API to make the replica inherit parent share’s share network.
1.28.0¶
Bug Fixes¶
Launchpad bug 1830677 has been fixed and the client now correctly get description of share type instead of
None.