From: Zack Cerza Date: Wed, 8 Nov 2017 23:02:55 +0000 (-0700) Subject: task/console_log: Work with VirtualConsole X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-vps-console;p=teuthology.git task/console_log: Work with VirtualConsole Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/console_log.py b/teuthology/task/console_log.py index f9450b2a8..9ac7a12a3 100644 --- a/teuthology/task/console_log.py +++ b/teuthology/task/console_log.py @@ -29,7 +29,7 @@ class ConsoleLog(Task): if not hasattr(remote.console, 'spawn_sol_log'): log.debug("%s does not support IPMI; excluding", remote.shortname) - elif not (remote.console.has_ipmi_credentials or + elif not (getattr(remote.console, 'has_ipmi_credentials', False) or remote.console.has_conserver): log.debug("Cannot find IPMI credentials or conserver settings " "for %s; excluding",