mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
Get IP address from guest Hyper-V VM. Ref https://github.com/GNS3/gns3-gui/issues/763
This commit is contained in:
@ -404,7 +404,7 @@ class Compute:
|
||||
Check if remote server is accessible
|
||||
"""
|
||||
|
||||
if not self._connected and not self._closed:
|
||||
if not self._connected and not self._closed and self.host:
|
||||
try:
|
||||
log.info("Connecting to compute '{}'".format(self._id))
|
||||
response = yield from self._run_http_query("GET", "/capabilities")
|
||||
|
Reference in New Issue
Block a user