From: Zack Cerza Date: Thu, 3 Jul 2014 00:42:11 +0000 (-0600) Subject: Remove default results_server X-Git-Tag: 1.1.0~1350 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3428b090b49586d06fe84dbe566b498bfc561ada;p=teuthology.git Remove default results_server Signed-off-by: Zack Cerza --- diff --git a/teuthology/config.py b/teuthology/config.py index e8910694c3..5975cb4704 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -18,7 +18,6 @@ class Config(object): 'lock_server': 'http://teuthology.front.sepia.ceph.com/locker/lock', 'max_job_time': 259200, # 3 days 'results_server': 'http://paddles.front.sepia.ceph.com/', - 'results_email': 'ceph-qa@ceph.com', 'verify_host_keys': True, 'watchdog_interval': 600, }