Ussuri Series Release Notes¶
5.2.2-8¶
New Features¶
Add
--limit
and--offset
options toserver 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 thesecurity group create
andsecurity 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 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]
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 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.
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]