Merge "Set correct NIC number for hostmanager IP resolver"

This commit is contained in:
Jenkins 2016-03-30 10:58:11 +00:00 committed by Gerrit Code Review
commit d2b0b8c8f7
1 changed files with 1 additions and 1 deletions

2
vagrant/Vagrantfile vendored
View File

@ -160,7 +160,7 @@ Vagrant.configure(2) do |config|
end
when "virtualbox"
if vm.id
`VBoxManage guestproperty get #{vm.id} "/VirtualBox/GuestInfo/Net/2/V4/IP"`.split()[1]
`VBoxManage guestproperty get #{vm.id} "/VirtualBox/GuestInfo/Net/1/V4/IP"`.split()[1]
end
end
end