Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1408#discussion_r52552222 --- Diff: scripts/vm/network/security_group.py --- @@ -1029,6 +1044,14 @@ def addFWFramework(brname): sys.exit(1) cmd = args[0] logging.debug("Executing command: " + str(cmd)) + + for i in range(0,30): --- End diff -- we can replace doing 30 loops and the if <condition>, with a -- with (resource): do stuff ...
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---