Pull in Rakefile from stable/mitaka branch of common cookbook

Change-Id: I33a3334e8025a0910394e992b09c5c88bbba4e32
This commit is contained in:
Jan Klare 2016-08-27 13:41:11 +02:00
parent c0a7c03c23
commit a8bc831a78
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ end
desc "All-in-One Neutron build Infra using Common task"
task :integration do
# Use the common integration task
sh %(wget -nv -t 3 -O Rakefile-Common https://raw.githubusercontent.com/openstack/cookbook-openstack-common/master/Rakefile)
sh %(wget -nv -t 3 -O Rakefile-Common https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/mitaka/Rakefile)
load './Rakefile-Common'
Rake::Task["common_integration"].invoke
end