stream: Add stream_run(), stream_run_wait() functions.
[openvswitch] / xenserver / opt_xensource_libexec_interface-reconfigure
index de6043d1619bd0c0c4364a17efb1f05439b0dd2f..d346cdc4b1b78812c3fccdef670ef000a6a1285a 100755 (executable)
@@ -1257,7 +1257,6 @@ def datapath_modify_config(commands):
                      + [c for c in commands if not c.startswith('#')])
     if not rc:
         raise Error("Failed to modify vswitch configuration")
-    run_command(['/bin/sleep', '5']) # XXX
     return True
 
 #