Remove the check against guest network when adding pod

Seems we don't want to do this.
This commit is contained in:
Sheng Yang 2012-01-09 16:50:08 -08:00
parent 6b8ff93330
commit 4d82413a66
1 changed files with 0 additions and 1 deletions

View File

@ -704,7 +704,6 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
if (checkPodCIDRs == null || checkPodCIDRs.trim().isEmpty() || Boolean.parseBoolean(checkPodCIDRs)) {
checkPodCidrSubnets(zoneId, podId, cidr);
checkCidrVlanOverlap(zoneId, cidr);
_networkMgr.checkVirtualNetworkCidrOverlap(zoneId, cidr);
}
Grouping.AllocationState allocationState = null;