diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-01 11:16:51 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-01 11:16:58 -0400 |
commit | 9c17f9c452c6ea863c2731419d3c219d34b70ea2 (patch) | |
tree | 788a6eb18764cc894f5ce6109905ca7fbfc4276d /main | |
parent | e49711c02b74cd404b9305bfbbf995e8ddd97167 (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/resources/PapDb.json | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -30,6 +30,10 @@ "version": "1.0.0" }, { + "name": "onap.policies.optimization.*", + "version": "1.0.0" + }, + { "name": "onap.policies.optimization.resource.AffinityPolicy", "version": "1.0.0" }, |