Remove AvailabilityZoneFilter from scheduler
The 'AvailabilityZoneFilter' is deprecated since the 24.0.0 (Xena) release. The feature is enabled by query_placement_for_availability_zone config option and is now enabled by default. Change-Id: I6be16f7621899a45271a70e7c39d76b837d8c5c9
This commit is contained in:
1 changed files with 0 additions and 1 deletions
@@ -331,7 +331,6 @@ nova_reserved_host_disk_mb: 2048
nova_scheduler_host_subset_size:"{{ ((((groups['compute_hosts'] | default([]) | length) * 0.3) | round | int, 10) | min, 1) | max }}"
nova_scheduler_max_attempts:5
nova_scheduler_default_filters:
- AvailabilityZoneFilter
- ComputeFilter
- AggregateNumInstancesFilter
- AggregateIoOpsFilter
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.