diff options
| author | Ryu Ishimoto <ryu@midokura.jp> | 2011-08-19 10:22:24 +0900 |
|---|---|---|
| committer | Ryu Ishimoto <ryu@midokura.jp> | 2011-08-19 10:22:24 +0900 |
| commit | 93bf9b46a8ca28063752bc9e6c14ed59e91c50a9 (patch) | |
| tree | af112b10f3e1a352afea8eea25cdcd59d9ce87b9 /nova/virt | |
| parent | 54883a4ca07fe6b2f966a604f84e1127477d9a55 (diff) | |
| parent | 862dc7acaf86bcfaebfce423c8198ea18b5e07c4 (diff) | |
Merged trunk
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index eb0a846b5..9a6215f88 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -709,9 +709,6 @@ class VMOps(object): if resp['returncode'] != '0': LOG.error(_('Failed to update password: %(resp)r') % locals()) return None - db.instance_update(nova_context.get_admin_context(), - instance['id'], - dict(admin_pass=new_pass)) return resp['message'] def inject_file(self, instance, path, contents): |
