From 6bbfc441f48cca212c879329de69a33d1baf094e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 1 May 2018 10:09:54 -0400 Subject: [PATCH] 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 --- .../baremetal_overcloud.rst | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/doc/source/install/advanced_deployment/baremetal_overcloud.rst b/doc/source/install/advanced_deployment/baremetal_overcloud.rst index 69c160cd..f818fde6 100644 --- a/doc/source/install/advanced_deployment/baremetal_overcloud.rst +++ b/doc/source/install/advanced_deployment/baremetal_overcloud.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~