From 5e5000b142082960efd752cef73659abf7d9add1 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Tue, 4 Mar 2014 12:03:24 +0100 Subject: [PATCH] Fix typo in devref s/differenet/different Change-Id: I06bb0d9b0c5448ec5491372572e2b98dc3cea9be --- doc/source/devref/filter_scheduler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/filter_scheduler.rst b/doc/source/devref/filter_scheduler.rst index 63f2b37d39..557b239b3b 100644 --- a/doc/source/devref/filter_scheduler.rst +++ b/doc/source/devref/filter_scheduler.rst @@ -77,7 +77,7 @@ There are some standard filter classes to use (:mod:`nova.scheduler.filters`): * |AggregateCoreFilter| - filters hosts by CPU core number with per-aggregate ``cpu_allocation_ratio`` setting. If no per-aggregate value is found, it will fall back to the global default ``cpu_allocation_ratio``. If more than one value - is found for a host (meaning the host is in two differenet aggregate with + is found for a host (meaning the host is in two different aggregate with different ratio settings), the minimum value will be used. * |IsolatedHostsFilter| - filter based on ``image_isolated``, ``host_isolated`` and ``restrict_isolated_hosts_to_isolated_images`` flags. @@ -87,7 +87,7 @@ There are some standard filter classes to use (:mod:`nova.scheduler.filters`): * |AggregateRamFilter| - filters hosts by RAM with per-aggregate ``ram_allocation_ratio`` setting. If no per-aggregate value is found, it will fall back to the global default ``ram_allocation_ratio``. If more than one value - is found for a host (meaning the host is in two differenet aggregate with + is found for a host (meaning the host is in two different aggregate with different ratio settings), the minimum value will be used. * |SimpleCIDRAffinityFilter| - allows to put a new instance on a host within the same IP block.