Pull in Rakefile from stable/mitaka branch of common cookbook

Change-Id: Iecdde59f9ec26589f7175e77d500275a5a2b5514
This commit is contained in:
Jan Klare
2016-08-27 13:39:19 +02:00
parent b17c60c014
commit 3ee7bd2c94

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