Should be clname
Issue-ID: POLICY-1855
Change-Id: I17d59f33e761386bad9a30a07ec505ac66c6215a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
guard.put("recipe", xacmlReq.getOperationId());
guard.put("target", xacmlReq.getTargetId());
if (xacmlReq.getClnameId() != null) {
- guard.put("clName", xacmlReq.getClnameId());
+ guard.put("clname", xacmlReq.getClnameId());
}
if (xacmlReq.getVfCount() != null) {
guard.put("vfCount", Integer.toString(xacmlReq.getVfCount()));
<!-- Project common dependency versions -->
<version.policy.common>1.4.0</version.policy.common>
- <policy.models.version>2.0.0</policy.models.version>
+ <policy.models.version>2.0.2-SNAPSHOT</policy.models.version>
<version.policy.drools-pdp>1.4.0</version.policy.drools-pdp>
</properties>