Train Series Release Notes¶
1.7.0¶
New Features¶
A new
--aggregateoption has been added to theresource provider inventory setcommand which can set resource provider inventory for all resource providers that are members of the specified aggregate. For example, VCPU, MEMORY_MB, and/or DISK_GB allocation ratios can be managed in aggregate to resolve bug 1804125.
A new
--amendoption has been added to theresource provider inventory setcommand which can update resource provider inventory without requiring the user to pass a full replacement for inventory.
A new
--dry-runoption has been added to theresource provider inventory setcommand which gives the ability to preview changes to inventory without effecting them.
1.6.0¶
New Features¶
Support is added for the 1.19 placement API microversion by adding the
--generationoption to theopenstack resource provider aggregate setcommand.
The
openstack allocation candidate listcommand now supports microversion 1.21. An--aggregate-uuidoption is added which limits the list of results to include only those resource providers that are in at least one of the aggregates.See the command documentation for more details.
The 1.22 microversion of placement adds support for excluding resource providers and allocation candidates with specified traits. A forbidden trait may be specified with
--forbiddenoption.