Cloudstack-2997: maxconn missing param

This commit is contained in:
Abhinandan Prateek 2013-07-17 10:05:43 +05:30
parent dd33abffbe
commit 954e197813
1 changed files with 1 additions and 1 deletions

View File

@ -4047,7 +4047,7 @@ public class ConfigurationManagerImpl extends ManagerBase implements Configurati
NetworkOffering offering = createNetworkOffering(name, displayText, trafficType, tags, specifyVlan, availability, networkRate,
serviceProviderMap, false, guestType, false, serviceOfferingId, conserveMode, serviceCapabilityMap,
specifyIpRanges, isPersistent, details, egressDefaultPolicy);
specifyIpRanges, isPersistent, details, egressDefaultPolicy, maxconn);
CallContext.current().setEventDetails(" Id: " + offering.getId() + " Name: " + name);
return offering;
}