Set Berksfile to use ruby solver

This provides much better debugging output.

Depends-On: https://review.opendev.org/702772
Change-Id: Ife1b939c1fac0fc90c30e1d2a425d568ea7e7fd3
This commit is contained in:
Lance Albertson 2020-01-23 17:17:36 -08:00
parent 3d8f183879
commit b5ebaa6fa9
1 changed files with 2 additions and 0 deletions

View File

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