From: Pamela Dragosh Date: Wed, 1 Apr 2020 15:16:51 +0000 (-0400) Subject: Add optimization.* to xacml subgroup X-Git-Tag: 2.2.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9c17f9c452c6ea863c2731419d3c219d34b70ea2;p=policy%2Fpap.git Add optimization.* to xacml subgroup Fix to ensure we support Policy Types for optimization. Issue-ID: POLICY-2460 Change-Id: Ibfd6b7191fb441eb31d8f697ff4f320e2305264d Signed-off-by: Pamela Dragosh --- diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index ef9d8ff6..606ab0b2 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -29,6 +29,10 @@ "name": "onap.policies.monitoring.*", "version": "1.0.0" }, + { + "name": "onap.policies.optimization.*", + "version": "1.0.0" + }, { "name": "onap.policies.optimization.resource.AffinityPolicy", "version": "1.0.0"