From: Kyr Shatskyy Date: Mon, 16 Dec 2019 00:47:28 +0000 (+0100) Subject: qa/tasks/thrashosds: fix imports for py3 X-Git-Tag: v15.1.1~129^2~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c26ea687d48b7742eb527a77385321b0138bd634;p=ceph.git qa/tasks/thrashosds: fix imports for py3 Signed-off-by: Kyr Shatskyy --- diff --git a/qa/tasks/thrashosds.py b/qa/tasks/thrashosds.py index f5149953208a..221b02513d0d 100644 --- a/qa/tasks/thrashosds.py +++ b/qa/tasks/thrashosds.py @@ -3,7 +3,7 @@ Thrash -- Simulate random osd failures. """ import contextlib import logging -import ceph_manager +from tasks import ceph_manager from teuthology import misc as teuthology