284ba35c33
Addresses the comments from earlier patches: https://review.openstack.org/535642 https://review.openstack.org/536085 Co-Authored-By: Matt Riedemann <mriedem.os@gmail.com> Change-Id: I366b97ef3c141834f48949700edb968a7c7c4167
11 lines
532 B
YAML
11 lines
532 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``required`` query parameter to the ``GET /allocation_candidates`` API
|
|
in new placement microversion 1.17. The parameter accepts a list of traits
|
|
separated by ``,``, which is used to further limit the list of allocation
|
|
requests to resource providers that have the capacity to fulfill the
|
|
requested resources AND *collectively* have all of the required traits
|
|
associated with them. In the same microversion, the provider summary
|
|
includes the traits associated with each provider.
|