make 'ovs-vsctl' string symmetric

This commit is contained in:
Bob Lantz
2015-01-26 14:06:23 -08:00
parent 8014a7023c
commit 7485b035af
+1 -1
View File
@@ -1280,7 +1280,7 @@ class OVSBatch( OVSSwitch ):
def batchStartup( cls, switches ):
"Batch startup for OVS"
info( '...' )
cmds = 'ovs-vsctl '
cmds = 'ovs-vsctl'
for switch in switches:
if cls.isOldOVS():
quietRun( 'ovs-vsctl del-br %s' % switch )