aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-06 10:16:50 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-03-06 10:16:57 -0500
commit24b6821f4575455ac3ffd729ac2a37a9aa752424 (patch)
treea6f12f6d035a9ceb09be79f10c37f3afbe0eb604
parentedcb31492dbc6aab5906c5b00874b5631f5cb8ea (diff)
Modify pap db for new guard
New guard policy type Issue-ID: POLICY-2243 Change-Id: Ide419148dda229537f7a736f37299edb891248ba Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--main/src/main/resources/PapDb.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json
index d97da4fc..30f70b95 100644
--- a/main/src/main/resources/PapDb.json
+++ b/main/src/main/resources/PapDb.json
@@ -10,15 +10,15 @@
"pdpType": "xacml",
"supportedPolicyTypes": [
{
- "name": "onap.policies.controlloop.guard.FrequencyLimiter",
+ "name": "onap.policies.controlloop.guard.common.FrequencyLimiter",
"version": "1.0.0"
},
{
- "name": "onap.policies.controlloop.guard.MinMax",
+ "name": "onap.policies.controlloop.guard.common.MinMax",
"version": "1.0.0"
},
{
- "name": "onap.policies.controlloop.guard.Blacklist",
+ "name": "onap.policies.controlloop.guard.common.Blacklist",
"version": "1.0.0"
},
{