2024.2 Series Release Notes¶
7.1.4¶
Bug Fixes¶
The
quota setandlimits showcommands will now check for theblock-storageandblock-storeservice types along withvolume,volumev2andvolumev3.[Bug 2084580]
7.1.0¶
New Features¶
The
aggregate listcommand will now include the UUIDs of the aggregates when the cloud supports it.
7.0.0¶
New Features¶
Added the
ClusterandBackend Statecolumns toopenstack volume service listcommand. Note that theClusterparameter is available since microversion 3.7 andBackend Stateparameter is available since microversion 3.49.
Add
image metadef object property showcommand which shows a particular property inside metadef object.
Added
image metadef resource type association listto list resource type associations for the image service. This is equivalent to themd-namespace-resource-type-listcommand in glance.
Added
image metadef resource type association createto create a resource type association for the image service. This is equivalent to themd-resource-type-associatecommand in glance.
Added
image metadef resource type association deleteto delete a resource type association for the image service. This is equivalent to themd-resource-type-deassociatecommand in glance.
Add a new NUMA affinity policy option: “socket”. That applies to any new port (using
port create) or any existing port (usingport set).
Added support for unmanaging snapshots with the
openstack snapshot delete --remotecommand.
Add support for managing volumes with
openstack volume create --remote-source <key=val> --host <host>command.
Add support for unmanaging volumes with
openstack volume delete --remote <volume>command.
The following commands have been migrated to SDK:
application credential createapplication credential deleteapplication credential listapplication credential show
Migrate
role assignmentcommands from keystoneclient to SDK.
The
server setandserver unsetcommands have been migrated to SDK.
The following commands have been migrated to SDK:
service createservice deleteservice setservice listservice show
Migrated volume attachment commands to SDK.
The
quota setcommand now supports a--defaultoption. When provided, this will allow you to set quotas for the default quota class which is the only quota class supported by the Compute and Block Storage services. This replaces the deprecatedquota set --classoption.
Upgrade Notes¶
The
compute agent *commands have been migrated to SDK.
The
host setcommand has been migrated to SDK.
The
limits showcommand has been migrated to SDK.
The
server evacuatecommand has been migrated to SDK.
The
openstack quota setcommand previously defaulted to--forcebehavior for network quotas. This behavior has now changed and the command now defaults to--no-forcebehavior. Users should specify the--forceoption if they wish to retain previous behavior.
The
--classoptions of thequota showcommand, which was deprecated in 6.1.0 (Antelope), has now been removed in favour of the--defaultoption. Quota classes were never fully implemented and the compute and volume services only support a singledefaultquota class while the network service does not support quota classes at all.
The
volume set --retype-policyparameter has been renamed to--migration-policyto better convey the correct meaning of the options usage. The migration policy determines whether we are going to perform the migration in the retype opearation or not and is not related to the actual retype which just changes the volume type of the volume.
Bug Fixes¶
The
router create --flavor-idparameter has been deprecated in favour of the--flavorparameter, which accepts both flavor names and flavor IDs.
Fixed issue with creating incremental volume backup. Previously,
incrementalvalue was not passed in the API request which is now included in the backup create request.