[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
This commit is contained in:
Radosław Piliszek 2022-08-02 10:12:23 +02:00
parent 89ef050b8c
commit b351f0b848

View File

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