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 533b350 commit 26ebeeaCopy full SHA for 26ebeea
cns/restserver/util.go
@@ -168,8 +168,8 @@ func (service *HTTPRestService) saveNetworkContainerGoalState(req cns.CreateNetw
168
if hostVersion == "" {
169
// Host version is the NC version from NMAgent, set it -1 to indicate no result from NMAgent yet.
170
// TODO, query NMAgent and with aggresive time out and assign latest host version.
171
- hostVersion = "1"
172
}
+ hostVersion = "1"
173
174
// Remove the auth token before saving the containerStatus to cns json file
175
createNetworkContainerRequest := req
0 commit comments