Skip to content

Commit 5441a76

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: fix aggregate weight multiplier property names"
2 parents 3986c5c + 3a54eec commit 5441a76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/user/filter-scheduler.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ The Filter Scheduler weighs hosts based on the config option
465465
host with least RAM available will win (useful for stacking hosts, instead
466466
of spreading).
467467
Starting with the Stein release, if per-aggregate value with the key
468-
:oslo.config:option:`filter_scheduler.ram_weight_multiplier` is found, this
468+
``ram_weight_multiplier`` is found, this
469469
value would be chosen as the ram weight multiplier. Otherwise, it will fall
470470
back to the :oslo.config:option:`filter_scheduler.ram_weight_multiplier`.
471471
If more than one value is found for a host in aggregate metadata, the minimum
@@ -476,7 +476,7 @@ The Filter Scheduler weighs hosts based on the config option
476476
host with least CPUs available will win (useful for stacking hosts, instead
477477
of spreading).
478478
Starting with the Stein release, if per-aggregate value with the key
479-
:oslo.config:option:`filter_scheduler.cpu_weight_multiplier` is found, this
479+
``cpu_weight_multiplier`` is found, this
480480
value would be chosen as the cpu weight multiplier. Otherwise, it will fall
481481
back to the :oslo.config:option:`filter_scheduler.cpu_weight_multiplier`. If
482482
more than one value is found for a host in aggregate metadata, the minimum
@@ -485,7 +485,7 @@ The Filter Scheduler weighs hosts based on the config option
485485
largest weight winning. If the multiplier is negative, the host with less disk
486486
space available will win (useful for stacking hosts, instead of spreading).
487487
Starting with the Stein release, if per-aggregate value with the key
488-
:oslo.config:option:`filter_scheduler.disk_weight_multiplier` is found, this
488+
``disk_weight_multiplier`` is found, this
489489
value would be chosen as the disk weight multiplier. Otherwise, it will fall
490490
back to the :oslo.config:option:`filter_scheduler.disk_weight_multiplier`. If
491491
more than one value is found for a host in aggregate metadata, the minimum value
@@ -507,7 +507,7 @@ The Filter Scheduler weighs hosts based on the config option
507507
hosts. If the multiplier is positive, the weigher prefer choosing heavy
508508
workload compute hosts, the weighing has the opposite effect of the default.
509509
Starting with the Stein release, if per-aggregate value with the key
510-
:oslo.config:option:`filter_scheduler.io_ops_weight_multiplier` is found, this
510+
``io_ops_weight_multiplier`` is found, this
511511
value would be chosen as the IO ops weight multiplier. Otherwise, it will fall
512512
back to the :oslo.config:option:`filter_scheduler.io_ops_weight_multiplier`.
513513
If more than one value is found for a host in aggregate metadata, the minimum
@@ -532,7 +532,7 @@ The Filter Scheduler weighs hosts based on the config option
532532
scheduling issues.
533533

534534
Starting with the Stein release, if per-aggregate value with the key
535-
:oslo.config:option:`filter_scheduler.pci_weight_multiplier` is found, this
535+
``pci_weight_multiplier`` is found, this
536536
value would be chosen as the pci weight multiplier. Otherwise, it will fall
537537
back to the :oslo.config:option:`filter_scheduler.pci_weight_multiplier`.
538538
If more than one value is found for a host in aggregate metadata, the
@@ -542,7 +542,7 @@ The Filter Scheduler weighs hosts based on the config option
542542
weight defines the preferred host for the new instance. For the multiplier
543543
only a positive value is allowed for the calculation.
544544
Starting with the Stein release, if per-aggregate value with the key
545-
:oslo.config:option:`filter_scheduler.soft_affinity_weight_multiplier` is
545+
``soft_affinity_weight_multiplier`` is
546546
found, this value would be chosen as the soft affinity weight multiplier.
547547
Otherwise, it will fall back to the
548548
:oslo.config:option:`filter_scheduler.soft_affinity_weight_multiplier`.
@@ -554,7 +554,7 @@ The Filter Scheduler weighs hosts based on the config option
554554
value. The largest weight defines the preferred host for the new instance.
555555
For the multiplier only a positive value is allowed for the calculation.
556556
Starting with the Stein release, if per-aggregate value with the key
557-
:oslo.config:option:`filter_scheduler.soft_anti_affinity_weight_multiplier`
557+
``soft_anti_affinity_weight_multiplier``
558558
is found, this value would be chosen as the soft anti-affinity weight
559559
multiplier. Otherwise, it will fall back to the
560560
:oslo.config:option:`filter_scheduler.soft_anti_affinity_weight_multiplier`.
@@ -565,7 +565,7 @@ The Filter Scheduler weighs hosts based on the config option
565565
It considers the build failure counter and can negatively weigh hosts with
566566
recent failures. This avoids taking computes fully out of rotation.
567567
Starting with the Stein release, if per-aggregate value with the key
568-
:oslo.config:option:`filter_scheduler.build_failure_weight_multiplier` is found,
568+
``build_failure_weight_multiplier`` is found,
569569
this value would be chosen as the build failure weight multiplier. Otherwise,
570570
it will fall back to the
571571
:oslo.config:option:`filter_scheduler.build_failure_weight_multiplier`.

0 commit comments

Comments
 (0)