Don't check if guest is able to connect
The go side should be doing the checks for ensuring the guest is reachable
This commit is contained in:
parent
1ce82cf14c
commit
9722443d09
@ -202,7 +202,6 @@ module Vagrant
|
|||||||
end
|
end
|
||||||
|
|
||||||
def guest
|
def guest
|
||||||
raise Errors::MachineGuestNotReady if !communicate.ready?
|
|
||||||
if !@guest
|
if !@guest
|
||||||
@guest = Guest.new(self, nil, nil)
|
@guest = Guest.new(self, nil, nil)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user