From ed75496ce15739ebe773839f09e3ec91497f28be Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 14 Sep 2015 23:31:39 +0200 Subject: [PATCH] openstack: explicitly set gitbuilder_host default So that it is easier to replace because there is no need to verify if it's already present or not. 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 184bf4642..f2fc3aea7 100755 --- a/teuthology/openstack/setup-openstack.sh +++ b/teuthology/openstack/setup-openstack.sh @@ -53,6 +53,7 @@ $archive_upload archive_upload_key: teuthology/openstack/archive-key lock_server: http://localhost:8080/ results_server: http://localhost:8080/ +gitbuilder_host: gitbuilder.ceph.com queue_port: 11300 queue_host: localhost lab_domain: $labdomain -- 2.47.3