Clean up nova scheduler filters list

Change-Id: Ifa9b8a3261b2a5f1fcecd66869e2b674eb455542
This commit is contained in:
Logan V 2019-04-04 15:55:15 -05:00
parent 3886dbc40d
commit 13c11c5f66
1 changed files with 1 additions and 18 deletions

View File

@ -49,24 +49,7 @@ nova_disk_allocation_ratio: 5
nova_ram_allocation_ratio: 1.2
# Enable extra Nova scheduler filters
# This list is all of the OSA defaults + AggregateInstanceExtraSpecsFilter
nova_scheduler_default_filters: >-
RetryFilter,
AvailabilityZoneFilter,
RamFilter,
AggregateRamFilter,
ComputeFilter,
AggregateCoreFilter,
DiskFilter,
AggregateDiskFilter,
AggregateNumInstancesFilter,
AggregateIoOpsFilter,
ComputeCapabilitiesFilter,
ImagePropertiesFilter,
ServerGroupAntiAffinityFilter,
ServerGroupAffinityFilter,
NUMATopologyFilter,
AggregateInstanceExtraSpecsFilter
nova_scheduler_extra_filters: AggregateInstanceExtraSpecsFilter
## Ceph cluster fsid (must be generated before first run)
## Generate a uuid using: python -c 'import uuid; print(str(uuid.uuid4()))'