Skip to content

Commit 6143aec

Browse files
priteaustephenfin
authored andcommitted
Remove mentions of removed scheduler filters
Change-Id: I1348cca8cbd8b1142dab8507c8aa1b9baf01e73c (cherry picked from commit 4fb4f68) (cherry picked from commit c3489ed) (cherry picked from commit 37129b4) (cherry picked from commit 5f1e83c)
1 parent a9e8162 commit 6143aec

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

doc/source/contributor/development-environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Using fake computes for tests
197197
The number of instances supported by fake computes is not limited by physical
198198
constraints. It allows you to perform stress tests on a deployment with few
199199
resources (typically a laptop). Take care to avoid using scheduler filters
200-
that will limit the number of instances per compute, such as ``AggregateCoreFilter``.
200+
that will limit the number of instances per compute, such as ``NumInstancesFilter``.
201201

202202
Fake computes can also be used in multi hypervisor-type deployments in order to
203203
take advantage of fake and "real" computes during tests:

nova/conf/compute.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,7 @@
425425
Virtual CPU to physical CPU allocation ratio.
426426
427427
This option is used to influence the hosts selected by the Placement API by
428-
configuring the allocation ratio for ``VCPU`` inventory. In addition, the
429-
``AggregateCoreFilter`` (deprecated) will fall back to this configuration value
430-
if no per-aggregate setting is found.
428+
configuring the allocation ratio for ``VCPU`` inventory.
431429
432430
.. note::
433431
@@ -458,9 +456,7 @@
458456
Virtual RAM to physical RAM allocation ratio.
459457
460458
This option is used to influence the hosts selected by the Placement API by
461-
configuring the allocation ratio for ``MEMORY_MB`` inventory. In addition, the
462-
``AggregateRamFilter`` (deprecated) will fall back to this configuration value
463-
if no per-aggregate setting is found.
459+
configuring the allocation ratio for ``MEMORY_MB`` inventory.
464460
465461
.. note::
466462
@@ -486,9 +482,7 @@
486482
Virtual disk to physical disk allocation ratio.
487483
488484
This option is used to influence the hosts selected by the Placement API by
489-
configuring the allocation ratio for ``DISK_GB`` inventory. In addition, the
490-
``AggregateDiskFilter`` (deprecated) will fall back to this configuration value
491-
if no per-aggregate setting is found.
485+
configuring the allocation ratio for ``DISK_GB`` inventory.
492486
493487
When configured, a ratio greater than 1.0 will result in over-subscription of
494488
the available physical disk, which can be useful for more efficiently packing

0 commit comments

Comments
 (0)