Skip to content

Commit 0df9321

Browse files
author
Riya
committed
reverted a line change
1 parent d14b638 commit 0df9321

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cns/restserver/internalapi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ func (service *HTTPRestService) CreateOrUpdateNetworkContainerInternal(req *cns.
639639
req.IPConfiguration.IPSubnet.PrefixLength)
640640
return types.PrimaryCANotSame
641641
}
642+
logger.Printf("[Azure CNS] Its an overlay cluster! Skipping Primary CA check for NCId %s, old CA %s/%d, new CA %s/%d")
642643
}
643644
}
644645

cns/restserver/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ func (service *HTTPRestService) saveNetworkContainerGoalState(req cns.CreateNetw
174174
// Remove the auth token before saving the containerStatus to cns json file
175175
createNetworkContainerRequest := req
176176
createNetworkContainerRequest.AuthorizationToken = ""
177+
177178
service.state.ContainerStatus[req.NetworkContainerid] = containerstatus{
178179
ID: req.NetworkContainerid,
179180
VMVersion: req.Version,

0 commit comments

Comments
 (0)