From e00f654909c75400cb881ed648a75d09767502cc Mon Sep 17 00:00:00 2001 From: xg353y Date: Thu, 5 Oct 2017 18:04:24 +0200 Subject: Update Holmes related feature No blueprint need to be send to SDC; Add configuration policy name in holmes UI; Update the config body sent to Policy. Change-Id: I4bf5b0c32d64f4acf28ac6f24128e463e28e5779 Signed-off-by: xg353y Issue-ID: CLAMP-27 --- .../example/model-properties/holmes/modelBpmnProperties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/resources/example/model-properties/holmes') diff --git a/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json b/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json index 14b3a8c2..cd76a128 100644 --- a/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json +++ b/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json @@ -5,8 +5,8 @@ "value": "blabla" }, { - "name": "operationalPolicy", - "value": "policy1" + "name": "configPolicyName", + "value": "configPolicy1" } ], "Policy_0honxgv": { -- cgit