mirror of https://github.com/apache/cloudstack.git
Cloudstack-2997: maxconn missing param
This commit is contained in:
parent
dd33abffbe
commit
954e197813
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue