From 27916743d127166e8aa23c563132e46de35c268f Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 6 Dec 2016 13:24:14 -0700 Subject: [PATCH] Default use_shaman to True Signed-off-by: Zack Cerza --- teuthology/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5