From 87b494d52a43fbd4eace080f19735f12dacb80cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=8D=E6=98=B1=E8=92=9900205026?= <00205026@zte.intra> Date: Tue, 20 Dec 2016 08:50:50 +0800 Subject: [PATCH] remove incorrect inline comment Change-Id: I4f5b48a07e146c727ebf724d1993633aa707cec8 --- watcher/decision_engine/strategy/strategies/workload_balance.py | 1 - 1 file changed, 1 deletion(-) diff --git a/watcher/decision_engine/strategy/strategies/workload_balance.py b/watcher/decision_engine/strategy/strategies/workload_balance.py index af768e759..b54cd66e8 100644 --- a/watcher/decision_engine/strategy/strategies/workload_balance.py +++ b/watcher/decision_engine/strategy/strategies/workload_balance.py @@ -258,7 +258,6 @@ class WorkloadBalance(base.WorkloadStabilizationBaseStrategy): overload_hosts = [] nonoverload_hosts = [] # total workload of cluster - # it's the total core numbers being utilized in a cluster. cluster_workload = 0.0 # use workload_cache to store the workload of VMs for reuse purpose workload_cache = {}