Set Berksfile to use ruby solver
This provides much better debugging output. Depends-On: https://review.opendev.org/702772 Change-Id: I32f254e78817a06ac061cfaaf2ab40559bee9a46changes/87/704087/3
parent
4000e8aa96
commit
51716cb6ff
|
@ -1,7 +1,8 @@
|
|||
source 'https://supermarket.chef.io'
|
||||
|
||||
solver :ruby, :required
|
||||
|
||||
metadata
|
||||
|
||||
# cookbook for testing database provider:
|
||||
cookbook 'test-openstack-common-database',
|
||||
path: 'spec/cookbooks/test-openstack-common-database'
|
||||
cookbook 'test-openstack-common-database', path: 'spec/cookbooks/test-openstack-common-database'
|
||||
|
|
Loading…
Reference in New Issue