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 699592e commit 354e5d8Copy full SHA for 354e5d8
cns/restserver/util.go
@@ -168,7 +168,7 @@ 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"
+ hostVersion = "1"
172
}
173
174
// Remove the auth token before saving the containerStatus to cns json file
0 commit comments