From: jhh Date: Mon, 6 Apr 2020 19:50:43 +0000 (-0500) Subject: Add 'naming' policy type to defaultGroup table X-Git-Tag: 2.2.1~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=414fa62fbade5c1a4c51fbf1fc56faa29940cae5;p=policy%2Fpap.git Add 'naming' policy type to defaultGroup table Issue-ID: POLICY-2472 Signed-off-by: jhh Change-Id: I1b57c9de5f5d2c4f374283487e56393c492110bd --- diff --git a/main/src/main/resources/PapDb.json b/main/src/main/resources/PapDb.json index 606ab0b2..2d34d795 100644 --- a/main/src/main/resources/PapDb.json +++ b/main/src/main/resources/PapDb.json @@ -72,6 +72,10 @@ { "name": "onap.policies.native.Xacml", "version": "1.0.0" + }, + { + "name": "onap.policies.Naming", + "version": "1.0.0" } ], "currentInstanceCount": 0,