File: nova_scheduler_placement_aggregate_required_for_tenants-362ddd5777c44ab4.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
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.