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

@ -108,6 +108,7 @@ class DockerVM(BaseNode):
"console_http_path": self.console_http_path,
"aux": self.aux,
"start_command": self.start_command,
"status": self.status,
"environment": self.environment,
"node_directory": self.working_dir
}