Remove reference to Exact* filters

The nova-scheduler Exact* baremetal filters were deprecated
in Pike and are now being removed in Rocky. This updates the
documentation to remove the mention of those filters.

Depends-On: https://review.openstack.org/508886/
Change-Id: I81be9736e540b6faa2877bb05205fb5e11b46ed4
This commit is contained in:
Matt Riedemann
2018-05-01 10:09:54 -04:00
parent 8460575cf8
commit 6bbfc441f4

View File

@@ -189,28 +189,6 @@ in an environment file:
- ComputeCapabilitiesFilter
- ImagePropertiesFilter
For a deployment with **only** bare metal hosts you might want
to replace the filters with their ``Exact`` counterparts. In such case
the scheduler will require a strict match between bare metal nodes
and flavors. Otherwise, any bare metal node with higher or equal specs
would match.
::
parameter_defaults:
NovaSchedulerDefaultFilters:
- RetryFilter
- AvailabilityZoneFilter
- ExactRamFilter
- ExactDiskFilter
- ExactCoreFilter
- ComputeFilter
- ComputeCapabilitiesFilter
- ImagePropertiesFilter
The ``Exact`` filters are deprecated as of the Pike release and will be
removed in Queens.
Additional configuration
~~~~~~~~~~~~~~~~~~~~~~~~