mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
VMware VMs always have a working directory (to store the ubrige.ini and ubrige.log files).
This commit is contained in:
parent
870029123c
commit
32e0d49e1e
@ -93,11 +93,8 @@ class VMwareVM(BaseVM):
|
||||
"enable_remote_console": self.enable_remote_console,
|
||||
"adapters": self._adapters,
|
||||
"adapter_type": self.adapter_type,
|
||||
"use_any_adapter": self.use_any_adapter}
|
||||
if self._linked_clone:
|
||||
json["vm_directory"] = self.working_dir
|
||||
else:
|
||||
json["vm_directory"] = None
|
||||
"use_any_adapter": self.use_any_adapter,
|
||||
"vm_directory": self.working_dir}
|
||||
return json
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user