Fix VMware support

This commit is contained in:
Julien Duponchelle
2016-07-12 16:29:58 +02:00
parent b98d4cb042
commit fd0e8f89db
3 changed files with 8 additions and 57 deletions

View File

@ -88,7 +88,8 @@ class VMwareVM(BaseNode):
"adapter_type": self.adapter_type,
"use_any_adapter": self.use_any_adapter,
"status": self.status,
"node_directory": self.working_dir}
"node_directory": self.working_dir,
"linked_clone": self._linked_clone}
return json
@property