diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-25 17:49:09 +0000 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-25 17:49:09 +0000 |
| commit | 8de3c0fcaee546fae3d415ef5ddcbb51fb1db6d7 (patch) | |
| tree | 13ecb0c8bdf77d78f1e01a9269a5da3a166767a5 /nova/compute | |
| parent | 4e4bbda2a15df9f2366488d092bc466655a170b9 (diff) | |
fix for reviews
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index d1c3fd6fd..487d23b0d 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -676,7 +676,6 @@ class API(base.Base): all instances in the system. """ - LOG.info(locals()) if reservation_id is not None: recurse_zones = True instances = self.db.instance_get_all_by_reservation( |
