summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-09-09 20:27:22 +0000
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-09-09 20:27:22 +0000
commitc0700ea7bbb4d860610b71e635b8dbde19157e85 (patch)
tree243f006fc65a2e378e7b8fdff1bf27df834daadf
parentbb293431d27ee5450d1e12f25f8dbaffe36df3d3 (diff)
downloadnova-c0700ea7bbb4d860610b71e635b8dbde19157e85.tar.gz
nova-c0700ea7bbb4d860610b71e635b8dbde19157e85.tar.xz
nova-c0700ea7bbb4d860610b71e635b8dbde19157e85.zip
don't need random in abstract_scheduler.py anymore...
-rw-r--r--nova/scheduler/abstract_scheduler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/scheduler/abstract_scheduler.py b/nova/scheduler/abstract_scheduler.py
index 76329bbc6..6e8c7d715 100644
--- a/nova/scheduler/abstract_scheduler.py
+++ b/nova/scheduler/abstract_scheduler.py
@@ -22,7 +22,6 @@ behavior is to simply select all hosts and weight them the same.
import json
import operator
-import random
import M2Crypto