From b351f0b848b5e489d31a912e49ae25ea2b38b76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 2 Aug 2022 10:12:23 +0200 Subject: [PATCH] [docs] Fix mention of custom scheduling after Wallaby Custom filters are still supported. Custom schedulers / scheduler drivers are what is not. This patch fixes the wording. Change-Id: Icf9576b75bd006ba65484b9232e85d8b748458f1 --- doc/source/admin/scheduling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/scheduling.rst b/doc/source/admin/scheduling.rst index 279062d240..33f192cda6 100644 --- a/doc/source/admin/scheduling.rst +++ b/doc/source/admin/scheduling.rst @@ -108,8 +108,8 @@ The Filter Scheduler .. versionchanged:: 23.0.0 (Wallaby) - Support for custom filters was removed. Only the filter scheduler is now - supported by nova. + Support for custom scheduler drivers was removed. Only the filter scheduler + is now supported by nova. Nova's scheduler, known as the *filter scheduler*, supports filtering and weighting to make informed decisions on where a new instance should be created.