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: I165c85e8c0b92e18e8af81f3161c6ceda9186c49
This commit is contained in:
Emilien Macchi 2015-07-09 15:52:48 -04:00
parent 003b3b35ba
commit 48641e0409
1 changed files with 1 additions and 1 deletions

View 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 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"