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:
Dmitriy Rabotyagov 2022-06-17 08:03:30 +02:00
parent 7f2334c785
commit 611722ffd7
1 changed files with 0 additions and 1 deletions

View File

@ -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