diff --git a/vmware_nsx/api_replay/client.py b/vmware_nsx/api_replay/client.py index 873c0222cc..7dc18c18cf 100644 --- a/vmware_nsx/api_replay/client.py +++ b/vmware_nsx/api_replay/client.py @@ -418,6 +418,8 @@ class ApiReplayClient(utils.PrepareObjectForMigration): except Exception as e: self.add_error("Failed to create security group (%(sg)s): " "%(e)s" % {'sg': sg, 'e': e}) + # Don't bother going to rules + continue # Use bulk rules creation for the rules of the SG if not sg_rules: