Xena Series Release Notes¶
6.0.0¶
New Features¶
Microversion 1.38 adds support for a
consumer_type
(required) key in the request body ofPOST /allocations
,PUT /allocations/{consumer_uuid}
and in the response ofGET /allocations/{consumer_uuid}
.GET /usages
requests gain aconsumer_type
key as an optional query parameter to filter usages based on consumer_types.GET /usages
response will group results based on the consumer type and will include a newconsumer_count
key per type irrespective of whether theconsumer_type
was specified in the request. If anall
consumer_type
key is provided, all results are grouped under one key,all
. Older allocations which were not created with a consumer type are considered to have anunknown
consumer_type
. If anunknown
consumer_type
key is provided, all results are grouped under one key,unknown
.The corresponding changes to
POST /reshaper
are included.
With the new microversion
1.37
placement now supports re-parenting and un-parenting resource providers viaPUT /resource_providers/{uuid}
API.