engine/schema: create default network offering for vpc tier with conserve_mode=1 for fresh installation (#10744) (#10843)

Co-authored-by: Wei Zhou <weizhou@apache.org>
This commit is contained in:
dahn 2025-05-27 08:17:49 +02:00 committed by GitHub
parent 6e19c07da1
commit bb79f0b727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ public class NetworkOrchestrator extends ManagerBase implements NetworkOrchestra
if (_networkOfferingDao.findByUniqueName(NetworkOffering.DefaultIsolatedNetworkOfferingForVpcNetworks) == null) {
offering = _configMgr.createNetworkOffering(NetworkOffering.DefaultIsolatedNetworkOfferingForVpcNetworks,
"Offering for Isolated VPC networks with Source Nat service enabled", TrafficType.Guest, null, false, Availability.Optional, null,
defaultVPCOffProviders, true, Network.GuestType.Isolated, false, null, false, null, false, false, null, false, null, true, true, false, null, null, true, null);
defaultVPCOffProviders, true, Network.GuestType.Isolated, false, null, true, null, false, false, null, false, null, true, true, false, null, null, true, null);
}
//#6 - default vpc offering with no LB service