Updated from OpenStack Ansible Tests

Change-Id: Ie87ce2a31b8c31d8b13d74f4a655633c5325e5a0
This commit is contained in:
OpenStack Proposal Bot 2018-06-06 00:41:05 +00:00
parent 8ab9781b78
commit 83ba4d06c9
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -18,6 +18,8 @@ Vagrant.configure(2) do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 6144
v.cpus = 2
# https://github.com/hashicorp/vagrant/issues/9524
v.customize ["modifyvm", :id, "--audio", "none"]
end
config.vm.synced_folder ".", "/vagrant", type: "rsync"