From: Yehuda Sadeh Date: Thu, 15 Dec 2011 01:14:30 +0000 (-0800) Subject: readwrite: fix conf, task runs X-Git-Tag: 1.1.0~2704 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=659e66aa091635ce7be438115d297678fc523d5e;p=teuthology.git readwrite: fix conf, task runs --- diff --git a/teuthology/task/s3readwrite.py b/teuthology/task/s3readwrite.py index 08adf942b..a009d5cb7 100644 --- a/teuthology/task/s3readwrite.py +++ b/teuthology/task/s3readwrite.py @@ -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'],