Skip to content

Commit

Permalink
Remove an obsolete FIXME comment.
Browse files Browse the repository at this point in the history
Change-Id: I68fe90d6cfe844880e70fe5fdb7f2899b1d7c6fb
  • Loading branch information
ameade committed Mar 8, 2012
1 parent 5555446 commit b10acf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nova/db/sqlalchemy/api.py
Expand Up @@ -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
Expand Down

0 comments on commit b10acf1

Please sign in to comment.