diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 19:21:32 -0700 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 19:21:32 -0700 |
| commit | cfe77c1236b68aa96dd85503582e08a07a23f77f (patch) | |
| tree | 80882cf6442549990436bbc3f20efb11252dd8b1 /nova/db | |
| parent | c9158dfcf4efd2cf22df9aed7b1bb01e037e8eb2 (diff) | |
cleanup
Diffstat (limited to 'nova/db')
| -rw-r--r-- | nova/db/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py index 6298e16ad..d56d6f404 100644 --- a/nova/db/api.py +++ b/nova/db/api.py @@ -400,7 +400,7 @@ def instance_destroy(context, instance_id): @reroute_if_not_found(key_args_index=1) -def instance_get(context, instance_id, reroute=True): +def instance_get(context, instance_id): """Get an instance or raise if it does not exist.""" return IMPL.instance_get(context, instance_id) |
