From 65fbef6216d2444b176b6f876120380693484b01 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Sat, 27 Aug 2016 13:44:49 +0200 Subject: [PATCH] Pull in Rakefile from stable/mitaka branch of common cookbook Change-Id: Ib20e310e92bd32ee6b9c448b835bd849abb184f1 --- 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