From: Zack Cerza Date: Tue, 16 Aug 2016 20:18:00 +0000 (-0600) Subject: Fix reference to ipmi domain X-Git-Tag: 1.1.0~548^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0364a77936d8b216133670a4244285feda8a18fa;p=teuthology.git Fix reference to ipmi domain Signed-off-by: Zack Cerza --- diff --git a/teuthology/nuke/actions.py b/teuthology/nuke/actions.py index 907f86a70..d9cd2d58f 100644 --- a/teuthology/nuke/actions.py +++ b/teuthology/nuke/actions.py @@ -372,7 +372,8 @@ def check_console(hostname): console = remote.console cname = '{host}.{domain}'.format( host=shortname, - domain=config['ipmi_domain']) + domain=console.ipmidomain, + ) log.info('checking console status of %s' % cname) if console.check_status(): log.info('console ready on %s' % cname)