diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-24 15:59:57 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-24 16:00:01 -0400 |
commit | 8fc27e42103eab72931a59dfd79b5b6ea64bd924 (patch) | |
tree | 6205306ddea725965e426171c4dec4e42919f400 | |
parent | 4d5f13cb9e57ccc8394bc1c79d02e16fd7147536 (diff) |
Add Match Policy Type to default group
Default group will now have match Policy Type.
Issue-ID: POLICY-2596
Change-Id: I53c07b417097dc8250191e6ee8d043488b02562d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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 d2fff54c..9c4123c5 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -80,6 +80,10 @@ { "name": "onap.policies.Naming", "version": "1.0.0" + }, + { + "name": "onap.policies.match.*", + "version": "1.0.0" } ], "currentInstanceCount": 0, |