puppet-nova/releasenotes/notes/nova_scheduler_placement_aggregate_required_for_tenants-362ddd5777c44ab4.yaml
Rajesh Tailor 23c242c16e Expose placement_aggregate_required_for_tenants parameter
Add support for configuring scheduler parameter option
`placement_aggregate_required_for_tenants` which controls
whether or not a tenant with no aggregate affinity will be
allowed to schedule to any available node.

Change-Id: I61e3784ff40665ced25a52f864455c2a3518def0
2020-03-31 14:24:51 +05:30

10 lines
318 B
YAML

---
features:
- |
Add parameter `placement_aggregate_required_for_tenants` which controls
whether or not a tenant with no aggregate affinity will be allowed to
schedule to any available node, when `limit_tenants_to_placement_aggregate`
is set to True.
Default value for this parameter is False.