puppet-nova/releasenotes/notes/nova_scheduler_query_placement_for_availability_zone-701dcf6b0662351e.yaml
Rajesh Tailor 8ffc47e48e Add parameter for query_placement_for_availability_zone
Add new parameter `scheduler/query_placement_for_availability_zone`
that allows the scheduler to look up a host aggregate with metadata
key of availability zone set to the value provided by incoming request,
and request result from placement be limited to that aggregate.

Change-Id: Ie02c732d9d75e1d5783f2aa841f244c9bee695ed
2020-05-19 04:48:34 +00:00

9 lines
341 B
YAML

---
features:
- |
Add parameter `query_placement_for_availability_zone` that allows the
scheduler to look up a host aggregate with metadata key of availability
zone set to the value provided by incoming request, and request result
from placement be limited to that aggregate.
Default value for this parameter is false.