]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Remove unused imports and variable.
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 15 Jun 2011 22:22:12 +0000 (15:22 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 15 Jun 2011 22:22:12 +0000 (15:22 -0700)
teuthology/task/ceph.py
teuthology/task/radosbench.py
teuthology/task/testsnaps.py

index 2830d934131fd999cc92a90b550cb86aac07d029..f0a388fb5cc65cb22a5a01fb1e75cead4acb469d 100644 (file)
@@ -5,7 +5,6 @@ import logging
 import os
 import gevent
 import tarfile
-import yaml
 
 from teuthology import misc as teuthology
 from teuthology import safepath
index afa40cc17f51d9b4a94ed64aa643f7e32741b165..476060ff171edf7aceb663b276eab64bd2b3311a 100644 (file)
@@ -1,8 +1,6 @@
 import contextlib
 import logging
-import os
 
-from teuthology import misc as teuthology
 from orchestra import run
 
 log = logging.getLogger(__name__)
@@ -33,7 +31,6 @@ def task(ctx, config):
     radosbench = {}
 
     (mon,) = ctx.cluster.only('mon.0').remotes.iterkeys()
-    remotes = []
     for role in config.get('clients', ['client.0']):
         assert isinstance(role, basestring)
         PREFIX = 'client.'
index 024a017eb34b42e0de9eceb5988bc2e5b43551a5..83a8a1ad419254853080448894e91d4deba1a704 100644 (file)
@@ -1,8 +1,6 @@
 import contextlib
 import logging
-import os
 
-from teuthology import misc as teuthology
 from orchestra import run
 
 log = logging.getLogger(__name__)