From 457babfd9bc32d906a12775936ae6bb718e585fd Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Fri, 2 Aug 2019 20:19:45 +0000 Subject: [PATCH] Fix Berksfile to request stable/queens branch We are in the stable/queens branch and need to use the matching dependencies, otherwise things will fail. Change-Id: I74864a68e283b78cc9264c17b92512b19ef2ff8a --- Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 6dc3322..b910e09 100644 --- a/Berksfile +++ b/Berksfile @@ -4,7 +4,7 @@ source 'https://supermarket.chef.io' if Dir.exist?("../cookbook-openstack-#{cookbook}") cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}" else - cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}" + cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}", branch: 'stable/queens' end end