Skip to content

Commit 3a6023d

Browse files
Update engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent ccfb14f commit 3a6023d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ public void doInTransactionWithoutResult(final TransactionStatus status) {
594594
offering = _configMgr.createNetworkOffering(NetworkOffering.DefaultIsolatedNetworkOfferingWithSourceNatService,
595595
"Offering for Isolated networks with Source Nat service enabled", TrafficType.Guest, null, false, Availability.Required, null,
596596
defaultIsolatedSourceNatEnabledNetworkOfferingProviders, true, Network.GuestType.Isolated, false, null, true, null, false, false, null, false, null,
597-
true, false, false, false, false, null, null,null, true, null, null, false);
597+
true, false, false, false, false, null, null, null, true, null, null, false);
598598
}
599599

600600
//#5 - default vpc offering with LB service

0 commit comments

Comments
 (0)