mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00: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,
|
"enable_remote_console": self.enable_remote_console,
|
||||||
"adapters": self._adapters,
|
"adapters": self._adapters,
|
||||||
"adapter_type": self.adapter_type,
|
"adapter_type": self.adapter_type,
|
||||||
"use_any_adapter": self.use_any_adapter}
|
"use_any_adapter": self.use_any_adapter,
|
||||||
if self._linked_clone:
|
"vm_directory": self.working_dir}
|
||||||
json["vm_directory"] = self.working_dir
|
|
||||||
else:
|
|
||||||
json["vm_directory"] = None
|
|
||||||
return json
|
return json
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user