From e0741b6d452ebcae7d83c3e0b70d640e7220285c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 6 Jun 2018 00:40:38 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I674b60c6f69d696147b8e4680637b2fa35fee387 --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index eb48ff1e..41bda657 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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"