From: Zack Cerza Date: Tue, 6 Dec 2016 20:24:14 +0000 (-0700) Subject: Default use_shaman to True X-Git-Tag: 1.1.0~488^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=27916743d127166e8aa23c563132e46de35c268f;p=teuthology.git Default use_shaman to True Signed-off-by: Zack Cerza --- diff --git a/teuthology/config.py b/teuthology/config.py index ee0329012c..51c0e71e5b 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -157,7 +157,7 @@ class TeuthologyConfig(YamlConfig): 'kojiroot_url': 'http://kojipkgs.fedoraproject.org/packages', 'koji_task_url': 'https://kojipkgs.fedoraproject.org/work/', 'baseurl_template': 'http://{host}/{proj}-{pkg_type}-{dist}-{arch}-{flavor}/{uri}', - 'use_shaman': False, + 'use_shaman': True, 'shaman_host': 'shaman.ceph.com', 'teuthology_path': None, 'suite_verify_ceph_hash': True,