Set Berksfile to use ruby solver

This provides much better debugging output.

Depends-On: https://review.opendev.org/702772
Change-Id: I1a738e6f951b12b54bbc2eaf61d5b01ab70a1203
This commit is contained in:
Lance Albertson 2020-01-23 16:49:25 -08:00
parent 0971f7a8a1
commit ceccaadf8a
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
source 'https://supermarket.chef.io' source 'https://supermarket.chef.io'
solver :ruby, :required
%w(common).each do |cookbook| %w(common).each do |cookbook|
if Dir.exist?("../cookbook-openstack-#{cookbook}") if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}" cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"