From b92f060aa92efa6c62c1b25ba3e4410178cb0af5 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 20 May 2015 10:49:05 -0600 Subject: [PATCH] Add missing default for results_ui_server It's already documented in docs/siteconfig.rst Signed-off-by: Zack Cerza --- teuthology/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/config.py b/teuthology/config.py index 6545389db2..1fe75cc847 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -134,6 +134,7 @@ class TeuthologyConfig(YamlConfig): 'lock_server': 'http://paddles.front.sepia.ceph.com/', 'max_job_time': 259200, # 3 days 'results_server': 'http://paddles.front.sepia.ceph.com/', + 'results_ui_server': 'http://pulpito.ceph.com/', 'results_sending_email': 'teuthology', 'results_timeout': 43200, 'src_base_path': os.path.expanduser('~/src'), -- 2.39.5