Pull in Rakefile from stable/mitaka branch of common cookbook

Change-Id: Ib20e310e92bd32ee6b9c448b835bd849abb184f1
This commit is contained in:
Jan Klare 2016-08-27 13:44:49 +02:00
parent 33a45da6fc
commit 65fbef6216
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