Merge "Correct the wording about filter options"

This commit is contained in:
Jenkins 2017-05-22 17:20:29 +00:00 committed by Gerrit Code Review
commit 931c3f4818

View File

@ -367,9 +367,9 @@ settings:
filters shipped with nova.
With these settings, nova will use the ``FilterScheduler`` for the scheduler
driver. The standard nova filters and MyFilter are available to the
FilterScheduler. The RamFilter, ComputeFilter, and MyFilter are used by
default when no filters are specified in the request.
driver. All of the standard nova filters and MyFilter are available to the
FilterScheduler, but just the RamFilter, ComputeFilter, and MyFilter will be
used on each request.
Each filter selects hosts in a different way and has different costs. The order
of ``filter_scheduler.enabled_filters`` affects scheduling performance. The