Skip to content

Commit

Permalink
s/msg/msg_attr for the required attributes of the message
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Apr 2, 2014
1 parent ffc5ad3 commit 2ee4cff
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 @@ -328,7 +328,7 @@ def process_client_msg(self, msg):
},
'datacenter.get': {
'method': self.agents[vsphere_host].datacenter_get,
'msg': ('method', 'hostname', 'name', 'properties'),
'msg_attr': ('method', 'hostname', 'name', 'properties'),
},
'cluster.discover': {
'method': self.agents[vsphere_host].cluster_discover,
Expand Down

0 comments on commit 2ee4cff

Please sign in to comment.