Docker cleanup and improvements

This commit is contained in:
Julien Duponchelle
2015-10-14 18:10:05 +02:00
parent 286cd7a3ac
commit 33edbefa3b
18 changed files with 1446 additions and 278 deletions

View File

@ -225,4 +225,6 @@ class Hypervisor(UBridgeHypervisor):
command = [self._path]
command.extend(["-H", "{}:{}".format(self._host, self._port)])
if log.getEffectiveLevel() == logging.DEBUG:
command.extend(["-d", "2"])
return command