Return status in all cases

This commit is contained in:
Julien Duponchelle
2016-05-17 19:51:06 +02:00
parent c4ebdc0e37
commit f052299eb1
13 changed files with 42 additions and 5 deletions

View File

@ -91,6 +91,7 @@ class VMwareVM(BaseNode):
"adapter_type": self.adapter_type,
"use_ubridge": self.use_ubridge,
"use_any_adapter": self.use_any_adapter,
"status": self.status,
"node_directory": self.working_dir}
return json