Pull in Rakefile from stable/mitaka branch of common cookbook

Change-Id: I26b6487fab0eeeb78bfad25551ba136b7a87e77f
This commit is contained in:
Jan Klare 2016-08-27 13:47:26 +02:00
parent 5b920a81b5
commit ef392ce271
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