Pull in Rakefile from stable/mitaka branch of common cookbook
Change-Id: Iecdde59f9ec26589f7175e77d500275a5a2b5514
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -33,7 +33,7 @@ end
|
|||||||
desc "All-in-One Neutron build Infra using Common task"
|
desc "All-in-One Neutron build Infra using Common task"
|
||||||
task :integration do
|
task :integration do
|
||||||
# Use the common integration task
|
# 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'
|
load './Rakefile-Common'
|
||||||
Rake::Task["common_integration"].invoke
|
Rake::Task["common_integration"].invoke
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user