From 6c5a3910a79bb5b0149650b9b592f3cce0af6aa8 Mon Sep 17 00:00:00 2001 From: suzhengwei Date: Mon, 22 May 2017 16:08:21 +0800 Subject: [PATCH] doc error for WeightPlanner Change-Id: I6c51a919baa32e9b46bfadfcf8e6afac27890b17 --- watcher/decision_engine/planner/weight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 watcher/decision_engine/planner/weight.py diff --git a/watcher/decision_engine/planner/weight.py b/watcher/decision_engine/planner/weight.py old mode 100644 new mode 100755 index 8605917b0..59bbff895 --- a/watcher/decision_engine/planner/weight.py +++ b/watcher/decision_engine/planner/weight.py @@ -33,7 +33,7 @@ class WeightPlanner(base.BasePlanner): """Weight planner implementation This implementation builds actions with parents in accordance with weights. - Set of actions having a lower weight will be scheduled before + Set of actions having a higher weight will be scheduled before the other ones. There are two config options to configure: action_weights and parallelization.