Merge "Fix typo in localhost check in zuul streamer" into feature/zuulv3

This commit is contained in:
Jenkins 2017-06-20 16:31:52 +00:00 committed by Gerrit Code Review
commit 3515c5cac2
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class CallbackModule(default.CallbackModule):
hosts = self._get_task_hosts(task)
for host in hosts:
if host in ('locahost', '127.0.0.1'):
if host in ('localhost', '127.0.0.1'):
# Don't try to stream from localhost
continue
ip = play_vars[host].get(