Skip to content

Commit

Permalink
vpoller-worker: management endpoint is defined in the 'worker' section
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 3, 2014
1 parent f191c76 commit 28c8f2c
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 @@ -115,7 +115,7 @@ def load_config(self):
parser = ConfigParser.ConfigParser(self.config_defaults)
parser.read(self.config_file)

self.config['mgmt'] = parser.get('worker:manager', 'mgmt')
self.config['mgmt'] = parser.get('worker', 'mgmt')
self.config['db'] = parser.get('worker', 'db')
self.config['proxy'] = parser.get('worker', 'proxy')

Expand Down

0 comments on commit 28c8f2c

Please sign in to comment.