Fix vagrant ssh issue for virtualbox bento
Add workaroud for virtualbox bento to fix vagrant ssh timeout issue. Change-Id: I9dd7d32948b807d00619397dd01bf8cccff46ba3
This commit is contained in:
parent
a6a0bdd4c9
commit
d9c8d23fdc
1
contrib/vagrant/Vagrantfile
vendored
1
contrib/vagrant/Vagrantfile
vendored
@ -12,6 +12,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
override.vm.box = ENV.fetch('VAGRANT_KURYR_VM_BOX', 'bento/ubuntu-16.04')
|
||||
v.memory = VM_MEMORY
|
||||
v.cpus = VM_CPUS
|
||||
v.customize "post-boot", ['controlvm', :id, 'setlinkstate1', 'on']
|
||||
end
|
||||
|
||||
config.vm.provider 'parallels' do |v, override|
|
||||
|
Loading…
Reference in New Issue
Block a user