Rocky Series Release Notes¶
1.3.0¶
New Features¶
The
openstack allocation candidate list
command 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_uuid
andparent_provider_uuid
to 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 list
has a new option--in-tree <UUID>
.
Support is added for the 1.16 placement API microversion by adding the
--limit
option to theopenstack allocation candidate list
command.
Support is added for the 1.17 placement API microversion by adding the
--required
option to theopenstack allocation candidate list
command.
The
openstack resource provider allocation set
command now supports microversion 1.8. Specifically from 1.8 it is necessary to specify--user-id
and--project-id
arguments when setting allocations.The
openstack resource usage show
command 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 delete
command 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 list
openstack trait show
openstack trait create
openstack trait delete
openstack resource provider trait list
openstack resource provider trait set
openstack 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 create
except it is idempotent if the resource class already exists.See the command documentation for more details.
Upgrade Notes¶
- The
resource_class
positional argument in command openstack resource provider inventory delete
was replaced with the--resource-class
optional argument. The--resource-class
option is still required if using--os-placement-api-version
less than 1.5.
- The
1.1.0¶
New Features¶
The
openstack resource provider list
command 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.