]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Remove unused imports and variable.
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 9 Nov 2011 00:06:33 +0000 (16:06 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 9 Nov 2011 00:09:21 +0000 (16:09 -0800)
teuthology/orchestra/test/test_cluster.py
teuthology/task/ceph_manager.py
teuthology/task/lost_unfound.py
teuthology/task/radosgw-admin.py

index 0b746a068d88ce1d98bef9be329addc0b06ed58e..0616fc2d9bbd663b5ae7399890d015f40d13dc31 100644 (file)
@@ -5,8 +5,6 @@ import nose
 
 from .. import cluster, remote
 
-from .util import assert_raises
-
 @nose.with_setup(fudge.clear_expectations)
 @fudge.with_fakes
 def test_init_empty():
index f8b05c9ddcac084122d283c6198208057380e1a9..1d63967b6bf0cc8f0a96356d0a1ee4bc1de35fa5 100644 (file)
@@ -4,7 +4,6 @@ import time
 import re
 import gevent
 import json
-from ..orchestra import run
 
 class Thrasher(gevent.Greenlet):
     def __init__(self, manager, config, logger=None):
index 906f29d7497d0e9ec2819d73d11bf16736590b15..0fd1c6375f2ba84b863fceba3c776e3e4daad501 100644 (file)
@@ -1,9 +1,6 @@
-import contextlib
 import logging
 import ceph_manager
 from teuthology import misc as teuthology
-import time
-import json
 
 
 log = logging.getLogger(__name__)
index b4e1c53a0ea50b843179a025d672db03451ff1b8..62f75343779e1f832271ca56fc9a20d035281d2d 100644 (file)
@@ -1,9 +1,5 @@
 from cStringIO import StringIO
-from configobj import ConfigObj
-import base64
-import contextlib
 import logging
-import os
 import json
 
 import boto.exception
@@ -11,9 +7,6 @@ import boto.s3.connection
 import boto.s3.acl
 
 from teuthology import misc as teuthology
-from teuthology import contextutil
-from ..orchestra import run
-from ..orchestra.connection import split_user
 
 log = logging.getLogger(__name__)
 
@@ -69,7 +62,6 @@ def task(ctx, config):
     subuser2='foo:foo2'
     display_name='Foo'
     email='foo@foo.com'
-    auid='1234'
     access_key='9te6NH5mcdcq0Tc5i8i1'
     secret_key='Ny4IOauQoL18Gp2zM7lC1vLmoawgqcYP/YGcWfXu'
     access_key2='p5YnriCv1nAtykxBrupQ'