Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge commit 'bb61988a6457aca02a394ed0456d68c071b27410'
  • Loading branch information
xen-git committed Jan 24, 2012
2 parents 58322bf + bb61988 commit e1bb387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/InterfaceReconfigureVswitch.py
Expand Up @@ -721,7 +721,7 @@ def bring_down(self):

def vswitchCfgQuery(action_args):
cmd = ['%s/usr/bin/ovs-vsctl' % root_prefix(),
'--timeout=5', '-vANY:console:emer'] + action_args
'--timeout=5', '-vANY:console:off'] + action_args
output = subprocess.Popen(cmd, stdout=subprocess.PIPE).communicate()
if len(output) == 0 or output[0] == None:
output = ""
Expand Down

0 comments on commit e1bb387

Please sign in to comment.