Ussuri Series Release Notes

5.2.2-8

New Features

  • Add --limit and --offset options to server group list command, to configure pagination of results.

  • Add support for compute API microversion 2.47, which changes how flavor details are included in server detail responses. In 2.46 and below, only the flavor ID was shown in the server detail response. Starting in 2.47, flavor information is embedded in the server response. The newer behavior is now supported.

  • Add --stateful and --stateless option to the security group create and security group set commands to support stateful and stateless security groups.

Other Notes

  • Remove deprecated neutron-lbaas results from quota show command.

5.2.2

Bug Fixes

  • You can now remove role assignments from keystone that reference non-existent users or groups.

    [Bug 2006635]

  • Makes volume backup record commands available in Volume API v3. Task 40279

5.2.1

Bug Fixes

  • [Story 2005246] The is_domain property safely handles type checking.

5.2.0

New Features

  • Complete switch from glanceclient to the SDK for image service.

  • Image service for v2 is switched from using glanceclient to OpenStackSDK.

5.1.0

New Features

  • Now user can add the description when user create’s the role using OSC openstack role create command. User can add the description by adding –description <Description> to OSC openstack role create command.

  • Add --dns-publish-fixed-ip and --no-dns-publish-fixed-ip options to create subnet and set subnet commands to control the publishing of fixed IPs in DNS when the subnet_dns_publish_fixed_ip Neutron extension is enabled. [Bug 1784879]

Bug Fixes

  • For network create the –default` option should be only used for external networks. After this release, we enforce this scenario. If a users attempts to create an internal default network or update a network to be internal default, the command will be denied. [Bug 1745658]

5.0.0

New Features

  • Add --parent option to project list command to filter projects by the specified parent project.

  • Add server migrate confirm and server migrate revert commands. These are aliases of the server resize confirm and server resize revert commands, respectively.

Upgrade Notes

  • Python 2.7 support has been dropped. The last release of python-openstackclient to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by python-openstackclient is Python 3.6.

Bug Fixes

  • Fixes the “No server with a name or ID of ‘id’ exists” error when running server list --deleted --marker. The fix removes using a name for the marker when both --deleted and --marker are used. In this scenario an ID must be supplied for the marker. [Story 2006761]