Skip to content

Commit

Permalink
Log information about the vSphere Agents created by the Worker
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jan 14, 2015
1 parent 7cbe88a commit a36659b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vpoller/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ def create_agents(self):
host=agent['host']
)
self.agents[a.host] = a
logging.info('Created vSphere Agent for %s', agent['host'])

def stop_agents(self):
"""
Expand Down

0 comments on commit a36659b

Please sign in to comment.