Skip to content

Commit

Permalink
aws lbbg cache bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbin committed May 21, 2020
1 parent daf9db8 commit d99ec57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/compute/models/loadbalancerawscachedlbbg.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ func (man *SAwsCachedLbbgManager) newFromCloudLoadbalancerBackendgroup(ctx conte
lbbg := &SAwsCachedLbbg{}
lbbg.SetModelManager(man, lbbg)

// lbbg.ManagerId = lb.ManagerId
// lbbg.CloudregionId = lb.CloudregionId
lbbg.ManagerId = lb.ManagerId
lbbg.CloudregionId = lb.CloudregionId
lbbg.LoadbalancerId = lb.Id
lbbg.BackendGroupId = LocalLbbg.GetId()
lbbg.ExternalId = extLoadbalancerBackendgroup.GetGlobalId()
Expand Down

0 comments on commit d99ec57

Please sign in to comment.