diff options
| author | Cerberus <matt.dietz@rackspace.com> | 2010-12-28 17:34:51 -0600 |
|---|---|---|
| committer | Cerberus <matt.dietz@rackspace.com> | 2010-12-28 17:34:51 -0600 |
| commit | 99a228a8ef3ee2760774fbafd136f137bd578dba (patch) | |
| tree | 0b6f7341bcd2f0c1a094f154bfc448fb8ae86a48 /nova | |
| parent | 79abcb065a07ca342cee6b843960dc877300c750 (diff) | |
removed superfluous line
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/api/openstack/servers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index 2232d24b2..845183258 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -152,7 +152,6 @@ class Controller(wsgi.Controller): try: ctxt = req.environ['nova.context'] - inst_ref = self.compute_api.get_instance(ctxt, id) self.compute_api.update_instance(ctxt, id, **update_dict) |
