diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-06-20 17:21:22 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-06-20 17:21:22 -0700 |
| commit | 2d74b48984783ae09c2f29bf5c6fa0f81e6d32c2 (patch) | |
| tree | 697c5232886464bfed95cb65cd69c8429e634010 /nova/compute | |
| parent | 0d426ae8d0fe4e697648e58d1791e1c40b78deab (diff) | |
trunk merge
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 3 |
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. """ |
