Commit 3ac6bab9 by George Song Committed by Ned Batchelder

Small tweaks to Vagrantfile

parent d6d47546
......@@ -84,7 +84,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision :ansible do |ansible|
ansible.playbook = "../../../playbooks/vagrant-devstack.yml"
ansible.verbose = "vvvv"
ansible.verbose = "vv"
ansible.extra_vars = {}
VERSION_VARS.each do |var|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment