summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-06-20 17:21:22 -0700
committerSandy Walsh <sandy.walsh@rackspace.com>2011-06-20 17:21:22 -0700
commit2d74b48984783ae09c2f29bf5c6fa0f81e6d32c2 (patch)
tree697c5232886464bfed95cb65cd69c8429e634010
parent0d426ae8d0fe4e697648e58d1791e1c40b78deab (diff)
trunk merge
-rw-r--r--nova/compute/api.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py
index cb73af94c..0791bab51 100644
--- a/nova/compute/api.py
+++ b/nova/compute/api.py
@@ -379,6 +379,9 @@ class API(base.Base):
Scheduler drivers, but may remove the effectiveness of the
more complicated drivers.
+ NOTE: If you change this method, be sure to change
+ create_all_at_once() at the same time!
+
Returns a list of instance dicts.
"""