mirror of https://github.com/apache/cloudstack.git
fix a python bug
This commit is contained in:
parent
3403ccdaf1
commit
939946f9c6
|
|
@ -1024,7 +1024,7 @@ def network_rules(session, args):
|
|||
pass
|
||||
|
||||
vmchain = chain_name(vm_name)
|
||||
|
||||
reason = 'seqno_change_or_sig_change'
|
||||
[reprogramDefault, reprogramChain, rewriteLog] = \
|
||||
check_rule_log_for_vm (vm_name, vm_id, vm_ip, domid, signature, seqno)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue