From ad7a3cfb7b8ac1e617032d4459e6a476f658e3ca Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 9 Jul 2015 15:50:09 -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: I8348dfb8b915019930b709cd79d85e245566bb77 --- 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 429e807c4..144b31e3f 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 clone -b stable/kilo 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"