From: Alfredo Deza Date: Tue, 24 Sep 2013 16:39:43 +0000 (-0400) Subject: fix an undefined name buy importing config X-Git-Tag: 1.1.0~1858^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F107%2Fhead;p=teuthology.git fix an undefined name buy importing config Signed-off-by: Alfredo Deza --- diff --git a/teuthology/task/kernel.py b/teuthology/task/kernel.py index ade83572e..ce73f4d54 100644 --- a/teuthology/task/kernel.py +++ b/teuthology/task/kernel.py @@ -6,6 +6,7 @@ import shlex from teuthology import misc as teuthology from ..orchestra import run +from ..config import config as teuth_config log = logging.getLogger(__name__)