mirror of https://github.com/apache/cloudstack.git
bug 14110: Fix error message
status 14110: resolved fixed
This commit is contained in:
parent
de997c1e45
commit
1cd4ef5f07
|
|
@ -2319,7 +2319,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||
}
|
||||
|
||||
if (cidr != null && networkOfferingIsConfiguredForExternalNetworking(networkOfferingId)) {
|
||||
throw new InvalidParameterValueException("Cannot specify CIDR when using network offering with external firewall!");
|
||||
throw new InvalidParameterValueException("Cannot specify CIDR when using network offering with external devices!");
|
||||
}
|
||||
|
||||
if (cidr != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue