]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
readwrite: fix conf, task runs
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Thu, 15 Dec 2011 01:14:30 +0000 (17:14 -0800)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Thu, 15 Dec 2011 01:14:30 +0000 (17:14 -0800)
teuthology/task/s3readwrite.py

index 08adf942b147a1d6e9934108ac397db00ea732a2..a009d5cb735032bb7013ee8ec55aa94af47b1d61 100644 (file)
@@ -1,5 +1,4 @@
 from cStringIO import StringIO
-from configobj import ConfigObj
 import base64
 import contextlib
 import logging
@@ -227,7 +226,7 @@ def task(ctx, config):
                 'DEFAULT':
                     {
                     'port'      : 7280,
-                    'is_secure' : 'no',
+                    'is_secure' : False,
                     },
                 'readwrite' : config[client]['readwrite'],
                 's3'  : config[client]['s3'],