Turned on debug logs for Vagrant provision step
This commit is contained in:
parent
38ebe77208
commit
b8426b0871
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -12,6 +12,7 @@ Vagrant.configure("2") do |config|
|
||||
vb.customize ["modifyvm", :id, "--cpus", "1"]
|
||||
end
|
||||
web.vm.provision :chef_solo do |chef|
|
||||
chef.log_level = :debug
|
||||
chef.cookbooks_path = ["vagrant/cookbooks"]
|
||||
chef.add_recipe "openstack-validator"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user