From 9847af9a07af2c68b890e00ce50751721667066b Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 28 Oct 2015 12:15:20 +0900 Subject: [PATCH] openstack: disable teuthology-suite sha1 verification By default teuthology-openstack builds packages dynamically and does not rely on gitbuilder.ceph.com Signed-off-by: Loic Dachary --- teuthology/openstack/setup-openstack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/openstack/setup-openstack.sh b/teuthology/openstack/setup-openstack.sh index 5f807d083d..2dceb6a7a1 100755 --- a/teuthology/openstack/setup-openstack.sh +++ b/teuthology/openstack/setup-openstack.sh @@ -56,6 +56,7 @@ results_server: http://localhost:8080/ gitbuilder_host: gitbuilder.ceph.com check_package_signatures: false queue_port: 11300 +suite_verify_ceph_hash: false queue_host: localhost lab_domain: $labdomain max_job_time: 21600 # 6 hours -- 2.39.5