Merge "Remove default health method" 2.0.0-ONAP beijing 2.0.0-ONAP v1.1.1
authorZhaoxing Meng <meng.zhaoxing1@zte.com.cn>
Fri, 23 Mar 2018 02:15:13 +0000 (02:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 23 Mar 2018 02:15:13 +0000 (02:15 +0000)
src/main/java/org/onap/msb/sdk/discovery/entity/Node.java

index 51e8f8b..dbda933 100644 (file)
@@ -30,7 +30,7 @@ public class Node implements Serializable {
 
     // 健康检查参数
     // health check type, allowableValues = "HTTP,TCP, TTL", example = "HTTP")
-    private String checkType = "HTTP";
+    private String checkType = "";
     // health check url, example for http "http://192.168.0.2:80/heallth", example for tcp
     // "192.168.1.100:80"
     private String checkUrl = "";