From 0d674b525811583c4cc70accb8745be85199e76a Mon Sep 17 00:00:00 2001 From: Jason Koelker Date: Thu, 15 Sep 2011 15:07:49 -0500 Subject: update comment --- nova/compute/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit