From: awudzins Date: Mon, 18 Feb 2019 13:20:43 +0000 (+0100) Subject: Fix health check action name X-Git-Tag: 6.0.0~11^2~571 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f08a27fede1086e17632dde816e0ae6214cab286;p=policy%2Fclamp.git Fix health check action name Fix name of the health check action which is sent to policy Change-Id: I38536d2194963b58d1cf4b3e123142dddbfe9dd1 Issue-ID: CLAMP-296 Signed-off-by: adamwudzinski --- diff --git a/src/main/resources/clds/templates/globalProperties.json b/src/main/resources/clds/templates/globalProperties.json index 775ca1d92..985aba17e 100644 --- a/src/main/resources/clds/templates/globalProperties.json +++ b/src/main/resources/clds/templates/globalProperties.json @@ -59,7 +59,7 @@ "Restart": "Restart", "Rebuild": "Rebuild", "Migrate": "Migrate", - "HealthCheck": "Health Check", + "Health-Check": "Health Check", "ModifyConfig": "Modify Config", "VF Module Create":"VF Module Create", "VF Module Delete":"VF Module Delete",