From ef392ce2711b324dee2f9b248db6a533c3e514a3 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Sat, 27 Aug 2016 13:47:26 +0200 Subject: [PATCH] Pull in Rakefile from stable/mitaka branch of common cookbook Change-Id: I26b6487fab0eeeb78bfad25551ba136b7a87e77f --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 676e7d4..7ef407f 100644 --- a/Rakefile +++ b/Rakefile @@ -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