From b10acf14a4726fea9b328d5d5ac127794f3e1cc0 Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Thu, 8 Mar 2012 21:46:46 +0000 Subject: Remove an obsolete FIXME comment. Change-Id: I68fe90d6cfe844880e70fe5fdb7f2899b1d7c6fb --- nova/db/sqlalchemy/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nova/db/sqlalchemy/api.py b/nova/db/sqlalchemy/api.py index ff9ffd0bc..e38f62b38 100644 --- a/nova/db/sqlalchemy/api.py +++ b/nova/db/sqlalchemy/api.py @@ -1444,8 +1444,6 @@ def instance_get_by_uuid(context, uuid, session=None): first() if not result: - # FIXME(sirp): it would be nice if InstanceNotFound would accept a - # uuid parameter as well raise exception.InstanceNotFound(instance_id=uuid) return result -- cgit