Skip to content

Commit 354e5d8

Browse files
author
keithnguyen
committed
-1 to 1
1 parent 699592e commit 354e5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func (service *HTTPRestService) saveNetworkContainerGoalState(req cns.CreateNetw
168168
if hostVersion == "" {
169169
// Host version is the NC version from NMAgent, set it -1 to indicate no result from NMAgent yet.
170170
// TODO, query NMAgent and with aggresive time out and assign latest host version.
171-
hostVersion = "-1"
171+
hostVersion = "1"
172172
}
173173

174174
// Remove the auth token before saving the containerStatus to cns json file

0 commit comments

Comments
 (0)