From 63c8e54ff583f7ded1b0111e0e556a094ce277d1 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 14 Sep 2015 14:20:57 +0200 Subject: [PATCH] openstack: clone from the teuthology master Do not clone from an obsolete development branch by default. Signed-off-by: Loic Dachary --- docs/siteconfig.rst | 2 +- teuthology/openstack/setup-openstack.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/siteconfig.rst b/docs/siteconfig.rst index 6ae7f13c96..933cbb32f0 100644 --- a/docs/siteconfig.rst +++ b/docs/siteconfig.rst @@ -118,7 +118,7 @@ Here is a sample configuration with many of the options set and documented:: # this command for the purpose of deploying teuthology from # scratch and run workers listening on the openstack tube # - clone: git clone -b wip-6502-openstack-v3 http://github.com/dachary/teuthology + clone: git clone http://github.com/ceph/teuthology # The path to the user-data file used when creating a target. It can have # the {os_type} and {os_version} placeholders which are replaced with diff --git a/teuthology/openstack/setup-openstack.sh b/teuthology/openstack/setup-openstack.sh index 0aea3302ae..184bf46423 100755 --- a/teuthology/openstack/setup-openstack.sh +++ b/teuthology/openstack/setup-openstack.sh @@ -59,7 +59,7 @@ lab_domain: $labdomain max_job_time: 14400 # 4 hours teuthology_path: . openstack: - clone: git clone -b wip-6502-openstack-v3 http://github.com/dachary/teuthology + clone: git clone http://github.com/ceph/teuthology user-data: teuthology/openstack/openstack-{os_type}-{os_version}-user-data.txt ip: $ip nameserver: $nameserver -- 2.39.5