]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add missing default for results_ui_server
authorZack Cerza <zack@redhat.com>
Wed, 20 May 2015 16:49:05 +0000 (10:49 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 20 May 2015 21:37:04 +0000 (15:37 -0600)
It's already documented in docs/siteconfig.rst

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/config.py

index 6545389db2c06a39a0d0e7f43e2c2f5251400a09..1fe75cc847708cd8bcb7f8d8fb3d1f6ee3bb64e3 100644 (file)
@@ -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'),