blob: eceb9b3aef1ca4c9f9ed03a9ce0530c7d08dc167 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
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.
|