NSX|V: fix _vcm parameter

Missed a few spots when doing the refactor

Change-Id: I1eff8edc64f4780af68dbcf5576c8438e42302dc
This commit is contained in:
Gary Kotton 2017-03-14 00:45:56 -07:00
parent 58f3691bcd
commit affb80cb8b

View File

@ -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