From 5bdb67253f54c99076c91d35ecc1b39ac5eb1678 Mon Sep 17 00:00:00 2001 From: ioito Date: Thu, 6 Jun 2019 18:11:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/compute/models/loadbalancers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compute/models/loadbalancers.go b/pkg/compute/models/loadbalancers.go index ceef9b87be..d37157cbc5 100644 --- a/pkg/compute/models/loadbalancers.go +++ b/pkg/compute/models/loadbalancers.go @@ -374,7 +374,7 @@ func (lb *SLoadbalancer) GetCreateLoadbalancerParams(iRegion cloudprovider.IClou params.ZoneID = iZone.GetId() } if lb.ChargeType == api.LB_CHARGE_TYPE_BY_BANDWIDTH { - lb.EgressMbps = lb.EgressMbps + params.EgressMbps = lb.EgressMbps } if lb.AddressType == api.LB_ADDR_TYPE_INTRANET { vpc := lb.GetVpc()