diff --git a/vmware_nsx/plugins/nsx_v3/plugin.py b/vmware_nsx/plugins/nsx_v3/plugin.py index e5b5d41683..ce2b128c8a 100644 --- a/vmware_nsx/plugins/nsx_v3/plugin.py +++ b/vmware_nsx/plugins/nsx_v3/plugin.py @@ -1688,8 +1688,8 @@ class NsxV3Plugin(addr_pair_db.AllowedAddressPairsMixin, secgroup, resource_type='os-neutron-secgr-id', project_name=context.tenant_name) name = security.get_nsgroup_name(secgroup) - ns_group = None - firewall_section = None + ns_group = {} + firewall_section = {} if not default_sg: tenant_id = secgroup['tenant_id']