From 3397c7582e3f6e1a7030e29e0d7df5ef26ed0c4f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 15 Mar 2017 17:14:25 -0400 Subject: [PATCH] Fix the help for the disk_weight_multiplier option There was what looks to be a copy/paste error in the help text for the "disk_weight_multiplier" config option. It should say the disk weigher needs to be enabled, not the ram weigher. Change-Id: Ic6e3601e18adce2a01f36e956fbce3e366b08b80 Closes-Bug: #1673261 --- nova/conf/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/scheduler.py b/nova/conf/scheduler.py index 5485fd7ef477..544883a46de3 100644 --- a/nova/conf/scheduler.py +++ b/nova/conf/scheduler.py @@ -405,7 +405,7 @@ stack vs spread. This option is only used by the FilterScheduler and its subclasses; if you use a different scheduler, this option has no effect. Also note that this setting -only affects scheduling if the 'ram' weigher is enabled. +only affects scheduling if the 'disk' weigher is enabled. Possible values: