sureshanaparti commented on code in PR #10458:
URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2222733746


##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -634,7 +639,7 @@ public void doInTransactionWithoutResult(final 
TransactionStatus status) {
                 if 
(_networkOfferingDao.findByUniqueName(NetworkOffering.DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB)
 == null) {
                     offering = 
_configMgr.createNetworkOffering(NetworkOffering.DefaultIsolatedNetworkOfferingForVpcNetworksWithInternalLB,
                             "Offering for Isolated VPC networks with Internal 
Lb support", TrafficType.Guest, null, false, Availability.Optional, null, 
internalLbOffProviders,
-                            true, Network.GuestType.Isolated, false, null, 
false, null, false, false, null, false, null, true, true, false, false, null, 
null, null, true, null, null, false);
+                            true, Network.GuestType.Isolated, false, null, 
false, null, false, false, null, false, null, true, true, false, false, 
false,null, null, null, true, null, null, false);

Review Comment:
   ```suggestion
                               true, Network.GuestType.Isolated, false, null, 
false, null, false, false, null, false, null, true, true, false, false, false, 
null, null, null, true, null, null, false);
   ```



-- 
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