mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user