]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
FOG._wait_for_ready(): Use instance logger 1856/head
authorZack Cerza <zack@redhat.com>
Fri, 16 Jun 2023 16:24:29 +0000 (10:24 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 16 Jun 2023 16:25:51 +0000 (10:25 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/provision/fog.py

index 0b8e95629c19afdf5dc2f2eda9d14f32a1a8d0a8..319e815495715f34693fc2048a6a47a909660f1a 100644 (file)
@@ -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