]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
remove unused imports from populate_rbd
authorAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:27:11 +0000 (11:27 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:27:11 +0000 (11:27 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
tasks/populate_rbd_pool.py

index aaafe8540ee13599c621fe5f2ef044f1ab4c797e..059a33fc112b12003e3e51b06eab141a449cfe62 100644 (file)
@@ -3,8 +3,6 @@ Populate rbd pools
 """
 import contextlib
 import logging
-from ceph_manager import CephManager
-from teuthology import misc as teuthology
 
 log = logging.getLogger(__name__)
 
@@ -77,7 +75,7 @@ def task(ctx, config):
                         imagename
                         ])
                 bench_run()
-            
+
     try:
         yield
     finally: