diff --git a/vmware_nsx/plugins/nsx_v/plugin.py b/vmware_nsx/plugins/nsx_v/plugin.py index b25233127e..f95d429c63 100644 --- a/vmware_nsx/plugins/nsx_v/plugin.py +++ b/vmware_nsx/plugins/nsx_v/plugin.py @@ -4079,7 +4079,7 @@ class NsxVPluginV2(addr_pair_db.AllowedAddressPairsMixin, azs = self.get_azs_list() for az in azs: if az.edge_host_groups and az.edge_ha: - self._dvs.validate_host_groups(az.resource_pool, + self._vcm.validate_host_groups(az.resource_pool, az.edge_host_groups) # Validations below only supported by 6.2.0 and above