From: Determe, Sebastien (sd378r) Date: Fri, 27 Apr 2018 11:57:11 +0000 (+0200) Subject: Fix policy TemplateName X-Git-Tag: v2.0.0~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=d1a7818de5339aaea246bb9c2eddc6b759f61316 Fix policy TemplateName Change the policy Template name to an existing value in Policy engine Issue-ID: CLAMP-153 Change-Id: I5daac9ea8d9c42b0b1af3d33829ba514dd96492a Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b59d0ee9..8985d004 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -162,7 +162,7 @@ clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-te # clamp.config.op.policyDescription=from clds # default -clamp.config.op.templateName=ClosedLoopvUSP +clamp.config.op.templateName=ClosedLoopControlName clamp.config.op.operationTopic=APPC-CL clamp.config.op.notificationTopic=POLICY-CL-MGT clamp.config.op.controller=amsterdam diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 91008bbb..0d206cf6 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -160,7 +160,7 @@ clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-te # clamp.config.op.policyDescription=from clds # default -clamp.config.op.templateName=ClosedLoopvUSP +clamp.config.op.templateName=ClosedLoopControlName clamp.config.op.operationTopic=APPC-CL clamp.config.op.notificationTopic=POLICY-CL-MGT clamp.config.op.controller=amsterdam