Changed a Param Name of the AAI field 53/62953/1
author付光荣10144542 <fu.guangrong@zte.com.cn>
Mon, 27 Aug 2018 00:34:31 +0000 (08:34 +0800)
committer付光荣10144542 <fu.guangrong@zte.com.cn>
Mon, 27 Aug 2018 00:34:31 +0000 (08:34 +0800)
Change-Id: I0c4b0de7ae6924969a9f0c28020a1b4650b73b63
Issue-ID: HOLMES-162
Signed-off-by: 付光荣10144542 <fu.guangrong@zte.com.cn>
rules/ccvnp-rule.drl

index 9de2491..c7efd02 100644 (file)
@@ -78,7 +78,7 @@ function Map<String, Object> 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(",");
        }