Skip to content

Commit c3489ed

Browse files
priteaustephenfin
authored andcommitted
Remove mentions of removed scheduler filters
Change-Id: I1348cca8cbd8b1142dab8507c8aa1b9baf01e73c (cherry picked from commit 4fb4f68)
1 parent 2db7cbf commit c3489ed

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
@@ -440,9 +440,7 @@
440440
Virtual CPU to physical CPU allocation ratio.
441441
442442
This option is used to influence the hosts selected by the Placement API by
443-
configuring the allocation ratio for ``VCPU`` inventory. In addition, the
444-
``AggregateCoreFilter`` (deprecated) will fall back to this configuration value
445-
if no per-aggregate setting is found.
443+
configuring the allocation ratio for ``VCPU`` inventory.
446444
447445
.. note::
448446
@@ -473,9 +471,7 @@
473471
Virtual RAM to physical RAM allocation ratio.
474472
475473
This option is used to influence the hosts selected by the Placement API by
476-
configuring the allocation ratio for ``MEMORY_MB`` inventory. In addition, the
477-
``AggregateRamFilter`` (deprecated) will fall back to this configuration value
478-
if no per-aggregate setting is found.
474+
configuring the allocation ratio for ``MEMORY_MB`` inventory.
479475
480476
.. note::
481477
@@ -501,9 +497,7 @@
501497
Virtual disk to physical disk allocation ratio.
502498
503499
This option is used to influence the hosts selected by the Placement API by
504-
configuring the allocation ratio for ``DISK_GB`` inventory. In addition, the
505-
``AggregateDiskFilter`` (deprecated) will fall back to this configuration value
506-
if no per-aggregate setting is found.
500+
configuring the allocation ratio for ``DISK_GB`` inventory.
507501
508502
When configured, a ratio greater than 1.0 will result in over-subscription of
509503
the available physical disk, which can be useful for more efficiently packing

0 commit comments

Comments
 (0)