Merge "Gear: bind to a specified address"

This commit is contained in:
Jenkins 2015-07-20 19:34:33 +00:00 committed by Gerrit Code Review
commit b4c3e66d9e
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ class Server(zuul.cmd.ZuulApp):
statsd_host = os.environ.get('STATSD_HOST')
statsd_port = int(os.environ.get('STATSD_PORT', 8125))
gear.Server(4730,
host=self.config.get('gearman', 'server'),
statsd_host=statsd_host,
statsd_port=statsd_port,
statsd_prefix='zuul.geard')