From: Zack Cerza Date: Fri, 16 Jun 2023 16:24:29 +0000 (-0600) Subject: FOG._wait_for_ready(): Use instance logger X-Git-Tag: 1.2.0~99^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fcc0b0614af6e495f690a1ef546de7189bb0fbda;p=teuthology.git FOG._wait_for_ready(): Use instance logger Signed-off-by: Zack Cerza --- diff --git a/teuthology/provision/fog.py b/teuthology/provision/fog.py index 0b8e95629..319e81549 100644 --- a/teuthology/provision/fog.py +++ b/teuthology/provision/fog.py @@ -288,8 +288,7 @@ class FOG(object): # keep retrying without any notification (like, say, # a mismatched host key in ~/.ssh/known_hosts, or # something) - log.warning(e) - pass + self.log.warning(e) sentinel_file = config.fog.get('sentinel_file', None) if sentinel_file: cmd = "while [ ! -e '%s' ]; do sleep 5; done" % sentinel_file