]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task.cephmetrics: Fix broken import 1823/head
authorZack Cerza <zack@redhat.com>
Mon, 20 Mar 2023 19:30:50 +0000 (13:30 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 20 Mar 2023 19:33:49 +0000 (13:33 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/cephmetrics.py

index 0de36e303d81395afe8d08ef0879311dc68f793d..fee4ad6b679339fceb8861f36fab08277a1adc96 100644 (file)
@@ -6,7 +6,7 @@ import time
 from teuthology.config import config as teuth_config
 from teuthology.exceptions import CommandFailedError
 
-from teuthology.ansible import Ansible, LoggerFile
+from teuthology.task.ansible import Ansible, LoggerFile
 
 log = logging.getLogger(__name__)