From: Vasu Kulkarni Date: Fri, 25 May 2018 22:51:24 +0000 (-0700) Subject: ship_utilities import fix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e604c2f0e514793ed8e4c09dbbfd720de27417b;p=teuthology.git ship_utilities import fix Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index be01d3e44..276e8f4f9 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -14,6 +14,7 @@ from ..misc import get_scratch_devices from teuthology import contextutil from teuthology.orchestra import run from teuthology.orchestra.daemon import DaemonGroup +from teuthology.task.install import ship_utilities from teuthology import misc log = logging.getLogger(__name__)