remove incorrect inline comment

Change-Id: I4f5b48a07e146c727ebf724d1993633aa707cec8
This commit is contained in:
鲍昱蒙00205026
2016-12-20 08:50:50 +08:00
committed by YumengBao
parent b446f8afd2
commit 87b494d52a

View File

@@ -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 = {}