Rocky Series Release Notes¶
1.3.0¶
New Features¶
The
openstack allocation candidate listcommand is available starting from microversion 1.10.See the command documentation for allocation candidate list for more details.
Support is added for the 1.14 placement API microversion by adding the
root_provider_uuidandparent_provider_uuidto the output of resource provider list/show/create/set commands. Also resource provider create/set commands now have a new option--parent-provider <UUID>. Andresource provider listhas a new option--in-tree <UUID>.
Support is added for the 1.16 placement API microversion by adding the
--limitoption to theopenstack allocation candidate listcommand.
Support is added for the 1.17 placement API microversion by adding the
--requiredoption to theopenstack allocation candidate listcommand.
The
openstack resource provider allocation setcommand now supports microversion 1.8. Specifically from 1.8 it is necessary to specify--user-idand--project-idarguments when setting allocations.The
openstack resource usage showcommand is available starting from microversion 1.9. It is possible to show usages for a project and user.See the command documentation for allocation set and resource usage show for more details.
1.2.0¶
New Features¶
The
openstack resource provider inventory deletecommand now supports microversion 1.5. Specifically it is possible to delete all inventories of the specified resource provider.See the command documentation for more details.
The following list of trait related commands was added for microversion 1.6:
openstack trait listopenstack trait showopenstack trait createopenstack trait deleteopenstack resource provider trait listopenstack resource provider trait setopenstack resource provider trait delete
See the command documentation for more details.
The
openstack resource class set {name}command has been added which requires--os-placement-api-version 1.7. This command is similar toopenstack resource class createexcept it is idempotent if the resource class already exists.See the command documentation for more details.
Upgrade Notes¶
- The
resource_classpositional argument in command openstack resource provider inventory deletewas replaced with the--resource-classoptional argument. The--resource-classoption is still required if using--os-placement-api-versionless than 1.5.
- The
1.1.0¶
New Features¶
The
openstack resource provider listcommand now supports microversion 1.3 and 1.4. Specifically two new options are added to the command:--aggregate-uuid: List resource providers which are members of at least one of the specified resource provider aggregates.--resource: List resource providers which have the capacity to serve allocation requests for the given amount of specified resource class.
See the command documentation for more details.