Skip to content

Commit

Permalink
Start the vSphere Agents by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 4, 2013
1 parent ade7729 commit 123772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmpoller/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class VMPollerWorker(Daemon):
run() method
"""
def run(self, config_file, start_agents=False):
def run(self, config_file, start_agents=True):
"""
The main worker method.
Expand Down

0 comments on commit 123772e

Please sign in to comment.