1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00
This commit is contained in:
Julien Duponchelle 2015-02-03 10:49:21 +01:00
parent d199778745
commit 0ce344b1d2

View File

@ -421,10 +421,10 @@ class VirtualBoxVM(BaseVM):
if enable_remote_console: if enable_remote_console:
log.info("VirtualBox VM '{name}' [{uuid}] has enabled the console".format(name=self.name, uuid=self.uuid)) log.info("VirtualBox VM '{name}' [{uuid}] has enabled the console".format(name=self.name, uuid=self.uuid))
#self._start_remote_console() # self._start_remote_console()
else: else:
log.info("VirtualBox VM '{name}' [{uuid}] has disabled the console".format(name=self.name, uuid=self.uuid)) log.info("VirtualBox VM '{name}' [{uuid}] has disabled the console".format(name=self.name, uuid=self.uuid))
#self._stop_remote_console() # self._stop_remote_console()
self._enable_remote_console = enable_remote_console self._enable_remote_console = enable_remote_console
@property @property