Skip to content

Commit

Permalink
Fix method ref for vm.host.get'
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 31, 2014
1 parent 42cce39 commit 6025e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpoller/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def process_client_msg(self, msg):
'msg_attr': ('method', 'hostname', 'name', 'key'),
},
'vm.host.get': {
'method': self.agents[vsphere_host].vm_running_on_host,
'method': self.agents[vsphere_host].vm_host_get,
'msg_attr': ('method', 'hostname', 'name'),
},
'datastore.discover': {
Expand Down

0 comments on commit 6025e31

Please sign in to comment.