From 172fae7cdfd251db1056e42acd9eb7f22fbbf0b9 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Fri, 6 Dec 2019 12:37:05 +0000 Subject: Adding native policy type to the config file in APEX Change-Id: If8167c837d7d28ec9049b00ff6ca314eb4199930 Issue-ID: POLICY-2279 Signed-off-by: a.sreekumar --- .../src/main/resources/config/OnapPfConfig.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'services/services-onappf/src/main/resources/config/OnapPfConfig.json') diff --git a/services/services-onappf/src/main/resources/config/OnapPfConfig.json b/services/services-onappf/src/main/resources/config/OnapPfConfig.json index 76595a6e2..af1e25353 100644 --- a/services/services-onappf/src/main/resources/config/OnapPfConfig.json +++ b/services/services-onappf/src/main/resources/config/OnapPfConfig.json @@ -12,7 +12,16 @@ "timeIntervalMs": 120000, "pdpType":"apex", "description":"Pdp Heartbeat", - "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}] + "supportedPolicyTypes": [ + { + "name": "onap.policies.controlloop.operational.Apex", + "version": "1.0.0" + }, + { + "name": "onap.policies.native.Apex", + "version": "1.0.0" + } + ] }, "topicParameterGroup": { "topicSources" : [{ -- cgit 1.2.3-korg