diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-17 09:34:58 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-17 09:37:12 -0400 |
commit | 5580c1e41cc11bcc321eab73eb0d0717eb4197ed (patch) | |
tree | 8c390795d77e7f430f8955ea42ae683a96c41305 /main/src | |
parent | 027e65f026944eafbffaf98b193631ef9b41ae51 (diff) |
Add son handler to xacml pdp group
Need this for the 5G OOF PCI Use Case.
Issue-ID: POLICY-1776
Change-Id: I86758174840d376d6003f5200f0deeb72c3e01d9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'main/src')
-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 5be0bdb4..a92ec063 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -38,6 +38,10 @@ "version": "1.0.0" }, { + "name": "onap.policies.monitoring.docker.sonhandler.app", + "version": "1.0.0" + }, + { "name": "onap.policies.optimization.AffinityPolicy", "version": "1.0.0" }, |