From ad1371bc2ce100068d125ae5bea2a57f71fe8ef5 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Tue, 9 Oct 2012 17:00:16 +1100 Subject: [PATCH] Removed a comment --- vm-placement.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vm-placement.py b/vm-placement.py index d76f417..37d2d99 100755 --- a/vm-placement.py +++ b/vm-placement.py @@ -50,7 +50,6 @@ for uuid in vms: vms_names.append((vm.human_id, uuid)) vms_status[uuid] = str(vm.status) vms_names = sorted(vms_names) -#sorted((str(nova.servers.get(vm).human_id), vm) for vm in vms) vms_cpu_usage = db.select_last_cpu_mhz_for_vms() for vm in vms: