mirror of https://github.com/apache/cloudstack.git
bug 7722: open vswitch - fix issue that flows un-delete when VM stop
This commit is contained in:
parent
ff3b0b3532
commit
c07d1be1aa
|
|
@ -150,6 +150,7 @@ def vlanRemapUtils(session, args):
|
|||
cmd.insert(4, args.pop("ofports"))
|
||||
cmd.insert(5, args.pop("macs"))
|
||||
cmd.insert(6, args.pop("remap"))
|
||||
cmd.insert(7, args.pop("reCreate"))
|
||||
elif op == "setTag":
|
||||
cmd.insert(3, args.pop("bridge"))
|
||||
cmd.insert(4, args.pop("vifName"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue