diff --git a/vmware_nsx/api_replay/client.py b/vmware_nsx/api_replay/client.py index fa7d57788e..35af250a92 100644 --- a/vmware_nsx/api_replay/client.py +++ b/vmware_nsx/api_replay/client.py @@ -419,6 +419,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: