]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
acceptance: checkout stable/kilo puppet modules
authorEmilien Macchi <emilien@redhat.com>
Thu, 9 Jul 2015 19:45:26 +0000 (15:45 -0400)
committerEmilien Macchi <emilien@redhat.com>
Thu, 9 Jul 2015 19:45:26 +0000 (15:45 -0400)
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

index 429e807c4282ee1d558caaab53feb75fc10ad492..6031cb8d4332c89267a96cced74ce185c138395c 100644 (file)
@@ -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"