summaryrefslogtreecommitdiffstats
path: root/rules/ccvnp-rule.drl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ccvnp-rule.drl')
-rw-r--r--rules/ccvnp-rule.drl2
1 files changed, 1 insertions, 1 deletions
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<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(",");
}