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 /usagesrequests gain aconsumer_typekey as an optional query parameter to filter usages based on consumer_types.GET /usagesresponse will group results based on the consumer type and will include a newconsumer_countkey per type irrespective of whether theconsumer_typewas specified in the request. If anallconsumer_typekey is provided, all results are grouped under one key,all. Older allocations which were not created with a consumer type are considered to have anunknownconsumer_type. If anunknownconsumer_typekey is provided, all results are grouped under one key,unknown.The corresponding changes to
POST /reshaperare included.
With the new microversion
1.37placement now supports re-parenting and un-parenting resource providers viaPUT /resource_providers/{uuid}API.