We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573f656 commit ceb7acdCopy full SHA for ceb7acd
cns/restserver/util.go
@@ -171,8 +171,6 @@ func (service *HTTPRestService) saveNetworkContainerGoalState(req cns.CreateNetw
171
hostVersion = "-1"
172
}
173
174
- hostVersion = req.Version
175
-
176
// Remove the auth token before saving the containerStatus to cns json file
177
createNetworkContainerRequest := req
178
createNetworkContainerRequest.AuthorizationToken = ""
0 commit comments