From: Zack Cerza Date: Thu, 17 Apr 2014 21:04:39 +0000 (-0500) Subject: watch_tube() belongs to the beanstalk module X-Git-Tag: 1.1.0~1530 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0e90c69fd465a0a4f71f7435a7c885dca4cb75eb;p=teuthology.git watch_tube() belongs to the beanstalk module Signed-off-by: Zack Cerza --- diff --git a/teuthology/worker.py b/teuthology/worker.py index 97ef40d10b..52337c4504 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -144,7 +144,7 @@ def main(ctx): read_config(ctx) connection = beanstalk.connect() - connection.watch_tube(ctx.tube) + beanstalk.watch_tube(connection, ctx.tube) while True: if need_restart():