diff options
| author | Jason Koelker <jason@koelker.net> | 2011-09-15 15:07:49 -0500 |
|---|---|---|
| committer | Jason Koelker <jason@koelker.net> | 2011-09-15 15:07:49 -0500 |
| commit | 0d674b525811583c4cc70accb8745be85199e76a (patch) | |
| tree | 693b17447feafb5dc81ea01f9ecb1a77a70a69b7 | |
| parent | d84574760f88612a34751d9a2615bd7b85501ab7 (diff) | |
update comment
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 45b7f3f21..c7fdf4126 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -935,7 +935,7 @@ class API(base.Base): res = self.network_api.get_instance_uuids_by_ip_filter(context, filters) # NOTE(jkoelker) It is possible that we will get the same - # instance id twice (one for ipv4 and ipv4) + # instance uuid twice (one for ipv4 and ipv4) ids = set([r['instance_uuid'] for r in res]) return self.db.instance_get_all_by_filters(context, filters, ids) |
