tripleo-heat-templates/releasenotes/notes/nova_scheduler_placement_aggregate_required_for_tenants-6c7d90fd01bcc88d.yaml
Archit Modi 61f2bd017c Change Schedule to Scheduler for consistent naming
Change [1] introduced a new param NovaSchedulePlacementAggregateRequiredForTenants
which has minor inconsistent naming issue. This patch changes it to
NovaSchedulerPlacementAggregateRequiredForTenants

[1] https://review.opendev.org/#/c/716154/

Change-Id: I34005d28eae325197225918720da7aa0b8878510
2020-05-11 14:38:20 -04:00

12 lines
562 B
YAML

---
features:
- |
Add boolean parameter `NovaSchedulerPlacementAggregateRequiredForTenants`
which allows to set `scheduler/placement_aggregate_required_for_tenants`
parameter. It controls whether or not a tenant with no aggregate affinity
will be allowed to schedule to any available node.
If aggregates are used to limit some tenants but not all, then this should
be False. If all tenants should be confined via aggregate, then this
should be True.
Default value for NovaSchedulerPlacementAggregateRequiredForTenants is false.