dhlaluku commented on a change in pull request #3113: kvm: Security Group enhancements and
refactor old code
URL: https://github.com/apache/cloudstack/pull/3113#discussion_r245519230
##########
File path: scripts/vm/network/security_group.py
##########
@@ -980,144 +949,144 @@ def egress_chain_name(vm_name):
def parse_network_rules(rules):
- ret = []
+ ret = []
Review comment:
I might be wrong but I think indentation here might result in an error
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|