bugfix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 8 Jul 2012 23:01:10 +0000 (01:01 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 8 Jul 2012 23:01:10 +0000 (01:01 +0200)
system/Substrate.py

index b222aa7..163b1a9 100644 (file)
@@ -699,7 +699,7 @@ class QemuBox (Box):
 
     def reboot (self, options):
         if not options.soft:
-            Box.reboot(options)
+            Box.reboot(self,options)
         else:
             self.run_ssh(['pkill','qemu'],"Killing qemu instances",
                          dry_run=options.dry_run)