Turned on debug logs for Vagrant provision step

This commit is contained in:
Maxim Kulkin 2013-10-17 18:40:57 +04:00
parent 38ebe77208
commit b8426b0871

1
Vagrantfile vendored
View File

@ -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