From a51fe4e844a8b1857da873a719c22562bed016da Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E4=BB=98=E5=85=89=E8=8D=A310144542?= Date: Mon, 27 Aug 2018 08:34:31 +0800 Subject: [PATCH] Changed a Param Name of the AAI field MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I0c4b0de7ae6924969a9f0c28020a1b4650b73b63 Issue-ID: HOLMES-162 Signed-off-by: 付光荣10144542 --- rules/ccvnp-rule.drl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/ccvnp-rule.drl b/rules/ccvnp-rule.drl index 9de2491..c7efd02 100644 --- a/rules/ccvnp-rule.drl +++ b/rules/ccvnp-rule.drl @@ -78,7 +78,7 @@ function Map getAdditionalResourceInfo(String networkId, String JSONObject o = instances.getJSONObject(i); String name = o.getString("service-instance-name"); String id = o.getString("service-instance-id"); - ret.put(name + ".input-parameters", o.getString("input-parameters")); + ret.put(id + ".input-parameters", o.getString("input-parameters")); sbn.append(name).append(","); sbi.append(id).append(","); } -- 2.16.6