Skip to content

Commit

Permalink
Fix status messages for vPoller Worker
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed May 3, 2014
1 parent 2a86740 commit b1a9e12
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 @@ -514,7 +514,7 @@ def get_worker_status(self, msg):
'hostname': os.uname()[1],
'proxy_endpoint': self.proxy_endpoint,
'mgmt_endpoint': self.mgmt_endpoint,
'vsphere_hosts_dir': self.vsphere_hosts_dir,
'connector_db': self.connector_db,
'vsphere_agents': self.agents.keys(),
'running_since': self.running_since,
'uname': ' '.join(os.uname()),
Expand Down

0 comments on commit b1a9e12

Please sign in to comment.