Skip to content

Commit 3a54eec

Browse files
committed
docs: fix aggregate weight multiplier property names
The documentation states that property names for aggregate weight multipliers should be prefixed with 'filter_scheduler.', however in reality they should not. This change fixes this in the documentation. Change-Id: I3adabb052a859cccf59655c91cc366fbe1cf8386
1 parent 6d99aa6 commit 3a54eec

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
@@ -508,7 +508,7 @@ The Filter Scheduler weighs hosts based on the config option
508508
host with least RAM available will win (useful for stacking hosts, instead
509509
of spreading).
510510
Starting with the Stein release, if per-aggregate value with the key
511-
:oslo.config:option:`filter_scheduler.ram_weight_multiplier` is found, this
511+
``ram_weight_multiplier`` is found, this
512512
value would be chosen as the ram weight multiplier. Otherwise, it will fall
513513
back to the :oslo.config:option:`filter_scheduler.ram_weight_multiplier`.
514514
If more than one value is found for a host in aggregate metadata, the minimum
@@ -519,7 +519,7 @@ The Filter Scheduler weighs hosts based on the config option
519519
host with least CPUs available will win (useful for stacking hosts, instead
520520
of spreading).
521521
Starting with the Stein release, if per-aggregate value with the key
522-
:oslo.config:option:`filter_scheduler.cpu_weight_multiplier` is found, this
522+
``cpu_weight_multiplier`` is found, this
523523
value would be chosen as the cpu weight multiplier. Otherwise, it will fall
524524
back to the :oslo.config:option:`filter_scheduler.cpu_weight_multiplier`. If
525525
more than one value is found for a host in aggregate metadata, the minimum
@@ -528,7 +528,7 @@ The Filter Scheduler weighs hosts based on the config option
528528
largest weight winning. If the multiplier is negative, the host with less disk
529529
space available will win (useful for stacking hosts, instead of spreading).
530530
Starting with the Stein release, if per-aggregate value with the key
531-
:oslo.config:option:`filter_scheduler.disk_weight_multiplier` is found, this
531+
``disk_weight_multiplier`` is found, this
532532
value would be chosen as the disk weight multiplier. Otherwise, it will fall
533533
back to the :oslo.config:option:`filter_scheduler.disk_weight_multiplier`. If
534534
more than one value is found for a host in aggregate metadata, the minimum value
@@ -550,7 +550,7 @@ The Filter Scheduler weighs hosts based on the config option
550550
hosts. If the multiplier is positive, the weigher prefer choosing heavy
551551
workload compute hosts, the weighing has the opposite effect of the default.
552552
Starting with the Stein release, if per-aggregate value with the key
553-
:oslo.config:option:`filter_scheduler.io_ops_weight_multiplier` is found, this
553+
``io_ops_weight_multiplier`` is found, this
554554
value would be chosen as the IO ops weight multiplier. Otherwise, it will fall
555555
back to the :oslo.config:option:`filter_scheduler.io_ops_weight_multiplier`.
556556
If more than one value is found for a host in aggregate metadata, the minimum
@@ -575,7 +575,7 @@ The Filter Scheduler weighs hosts based on the config option
575575
scheduling issues.
576576

577577
Starting with the Stein release, if per-aggregate value with the key
578-
:oslo.config:option:`filter_scheduler.pci_weight_multiplier` is found, this
578+
``pci_weight_multiplier`` is found, this
579579
value would be chosen as the pci weight multiplier. Otherwise, it will fall
580580
back to the :oslo.config:option:`filter_scheduler.pci_weight_multiplier`.
581581
If more than one value is found for a host in aggregate metadata, the
@@ -585,7 +585,7 @@ The Filter Scheduler weighs hosts based on the config option
585585
weight defines the preferred host for the new instance. For the multiplier
586586
only a positive value is allowed for the calculation.
587587
Starting with the Stein release, if per-aggregate value with the key
588-
:oslo.config:option:`filter_scheduler.soft_affinity_weight_multiplier` is
588+
``soft_affinity_weight_multiplier`` is
589589
found, this value would be chosen as the soft affinity weight multiplier.
590590
Otherwise, it will fall back to the
591591
:oslo.config:option:`filter_scheduler.soft_affinity_weight_multiplier`.
@@ -597,7 +597,7 @@ The Filter Scheduler weighs hosts based on the config option
597597
value. The largest weight defines the preferred host for the new instance.
598598
For the multiplier only a positive value is allowed for the calculation.
599599
Starting with the Stein release, if per-aggregate value with the key
600-
:oslo.config:option:`filter_scheduler.soft_anti_affinity_weight_multiplier`
600+
``soft_anti_affinity_weight_multiplier``
601601
is found, this value would be chosen as the soft anti-affinity weight
602602
multiplier. Otherwise, it will fall back to the
603603
:oslo.config:option:`filter_scheduler.soft_anti_affinity_weight_multiplier`.
@@ -608,7 +608,7 @@ The Filter Scheduler weighs hosts based on the config option
608608
It considers the build failure counter and can negatively weigh hosts with
609609
recent failures. This avoids taking computes fully out of rotation.
610610
Starting with the Stein release, if per-aggregate value with the key
611-
:oslo.config:option:`filter_scheduler.build_failure_weight_multiplier` is found,
611+
``build_failure_weight_multiplier`` is found,
612612
this value would be chosen as the build failure weight multiplier. Otherwise,
613613
it will fall back to the
614614
:oslo.config:option:`filter_scheduler.build_failure_weight_multiplier`.

0 commit comments

Comments
 (0)