Remove default health method 07/37907/1
authorHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 23 Mar 2018 01:03:03 +0000 (09:03 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 23 Mar 2018 01:04:56 +0000 (09:04 +0800)
Issue-ID: MSB-183
Change-Id: Ia9dd227a7bf1ebec6c28d356d47e8751da551ecf
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
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 = "";