mirror of https://github.com/apache/cloudstack.git
Remove the check against guest network when adding pod
Seems we don't want to do this.
This commit is contained in:
parent
6b8ff93330
commit
4d82413a66
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue