From 1394f5ea04c2231b83979cbec76b6a6e621c1370 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 9 Jul 2015 15:45:26 -0400 Subject: [PATCH] acceptance: checkout stable/kilo puppet modules When pulling the modules using the Puppetfile provided by puppet-openstack-integration, we need to make sure to pull stable/kilo. Change-Id: I21f89915a17741dc4c88c1ba4353103f4238c917 --- spec/spec_helper_acceptance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 429e807..6031cb8 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -38,7 +38,7 @@ RSpec.configure do |c| zuul_clone_cmd += "git://git.openstack.org #{repo}" on host, zuul_clone_cmd else - on host, "git clone https://git.openstack.org/#{repo} #{repo}" + on host, "git -b stable/kilo clone https://git.openstack.org/#{repo} #{repo}" end on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh" -- 2.45.2