Updated from OpenStack Ansible Tests
Change-Id: Ibfcc93a55072845caa7e98360025a3bed9a224b6
This commit is contained in:
parent
7d4df1d9c4
commit
48a1cf3f40
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user