rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333346174


##########
server/src/main/java/com/cloud/network/NetworkServiceImpl.java:
##########
@@ -451,8 +451,8 @@ private void 
verifyDedicatedGuestVlansWithExistingDatacenterVlans(PhysicalNetwor
             }
             // Verify guest vlans in the range don't belong to a network of a 
different account
             if (dataCenterVnet.get(0).getAccountId() != null && 
dataCenterVnet.get(0).getAccountId() != vlanOwner.getAccountId()) {
-                throw new InvalidParameterValueException("Guest vlan from this 
range " + dataCenterVnet.get(0).getVnet() + " is allocated to a different 
account."
-                        + " Can only dedicate a range which has no allocated 
vlans or has vlans allocated to the same account ");
+                throw new InvalidParameterValueException("Guest vlan from this 
range " + dataCenterVnet.get(0).getVnet() + " is allocated to a different 
Account."

Review Comment:
   'VLANs'



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to