From 2c363a0351cca08c96acb93f1db860ebfa98d798 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 26 Nov 2015 11:45:56 +0100 Subject: [PATCH] Checkout openstack-integration from master Since stable/liberty was created, let's now checkout master to prepare the next release (Mitaka). Change-Id: I5d24fd33e9ca7d56ece9b7268c3bb8a33e8792ee --- Rakefile | 2 +- spec/spec_helper_acceptance.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 9692ffd..ed79bea 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,7 @@ task :spec_prep do zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"] sh(*zuul_clone_cmd) else - sh("git clone https://git.openstack.org/#{repo} -b stable/liberty #{repo}") + sh("git clone https://git.openstack.org/#{repo} #{repo}") end script = ['env'] script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"] diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 15e8cc9..429e807 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} -b stable/liberty #{repo}" + on host, "git 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"