tripleo-heat-templates/releasenotes/notes/nova_scheduler_limit_tenants_to_placement_aggregate-9889b0a73dd1d042.yaml
Rajesh Tailor 2074b356f5 Add new parameter NovaSchedulerLimitTenantsToPlacementAggregate
Add new parameter NovaSchedulerLimitTenantsToPlacementAggregate
allows for configuring scheduler to enable tenant-isolation with
placement, which ensures that hosts in tenant-isolated host
aggregate and availability zones will only be available to
specific set of tenants.

Depends-On: https://review.opendev.org/#/c/669252/
Change-Id: Ic1a7ff0996c5cfeec2ca013bc4e5b2eddab0c377
2019-07-08 12:23:30 +05:30

10 lines
444 B
YAML

---
features:
- |
Add boolean parameter `NovaSchedulerLimitTenantsToPlacementAggregate` which
allows to set `scheduler/limit_tenants_to_placement_aggregate` parameter
value, to have tenant isolation with placement. It ensures hosts are in
tenant-isolated host aggregate and availability zones will only be available
to specific set of tenants.
Default value for NovaSchedulerLimitTenantsToPlacementAggregate is false.