From: Zack Cerza Date: Tue, 30 Aug 2016 22:26:39 +0000 (-0600) Subject: Make IPMI arguments to PhysicalConsole optional X-Git-Tag: 1.1.0~537^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=387e0f738e541fb255060d9c8ce2e162f4cacd2c;p=teuthology.git Make IPMI arguments to PhysicalConsole optional Since we now look them up in the global configuration anyway. Signed-off-by: Zack Cerza --- diff --git a/teuthology/orchestra/console.py b/teuthology/orchestra/console.py index 670e95328..3366ec9ec 100644 --- a/teuthology/orchestra/console.py +++ b/teuthology/orchestra/console.py @@ -23,8 +23,8 @@ class PhysicalConsole(): """ Physical Console (set from getRemoteConsole) """ - def __init__(self, name, ipmiuser, ipmipass, ipmidomain, logfile=None, - timeout=20): + def __init__(self, name, ipmiuser=None, ipmipass=None, ipmidomain=None, + logfile=None, timeout=20): self.name = name self.shortname = remote.getShortName(name) self.timeout = timeout