mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4624 Fixed security groups rules program issue in Advaced SG VM migration
This commit is contained in:
parent
cd72e2afee
commit
b79b2182ef
|
|
@ -1464,7 +1464,7 @@ def network_rules(session, args):
|
|||
vm_mac = args.get('vmMAC')
|
||||
signature = args.pop('signature')
|
||||
seqno = args.pop('seqno')
|
||||
sec_ips = args.pop("secIps")
|
||||
sec_ips = args.get("secIps")
|
||||
deflated = 'false'
|
||||
if 'deflated' in args:
|
||||
deflated = args.pop('deflated')
|
||||
|
|
|
|||
Loading…
Reference in New Issue