Ussuri Series Release Notes¶
5.2.1-7¶
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.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 OSCopenstack role create
command.
Add
--dns-publish-fixed-ip
and--no-dns-publish-fixed-ip
options tocreate subnet
andset subnet
commands to control the publishing of fixed IPs in DNS when thesubnet_dns_publish_fixed_ip
Neutron extension is enabled. [Bug 1784879]
5.0.0¶
New Features¶
Add
--parent
option toproject list
command to filter projects by the specified parent project.
Add
server migrate confirm
andserver migrate revert
commands. These are aliases of theserver resize confirm
andserver resize revert
commands, respectively.
Add
--disable-delete-on-termination
and--enable-delete-on-termination
options to theserver add volume
command to indicate when to delete the attached volume when the server is deleted. Note that it requires--os-compute-api-version 2.79
or greater. [Blueprint support-specifying-az-when-restore-shelved-server https://blueprints.launchpad.net/nova/+spec/support-delete-on-termination-in-server-attach-volume]
[blueprint whitelist-extension-for-app-creds] Added support for creating access rules as an attribute of application credentials as well as for listing, showing, and deleting access rules.
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.