We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a5ad8 commit 9ea0eb0Copy full SHA for 9ea0eb0
server/src/main/java/com/cloud/network/NetworkServiceImpl.java
@@ -1637,7 +1637,7 @@ public Network createGuestNetwork(CreateNetworkCmd cmd) throws InsufficientCapac
1637
1638
if (GuestType.Shared == ntwkOff.getGuestType()) {
1639
if (!ntwkOff.isSpecifyIpRanges()) {
1640
- throw new CloudRuntimeException("Specify IP Ranged should be true for Shared Networks");
+ throw new CloudRuntimeException("The 'specifyipranges' parameter should be true for Shared Networks");
1641
}
1642
if (ipv4 && Objects.isNull(startIP)) {
1643
throw new CloudRuntimeException("IPv4 address range needs to be provided");
0 commit comments