From 8a5e150732258a2bb0a402c35e398b39c65a207c Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 29 Apr 2019 14:06:04 +0000 Subject: Updating the supportedPolicyTypes in config files Changing the supportedPolicyTypes in apex-pdp configuration files to "onap.policies.controlloop.operational.Apex" Change-Id: Ie92d5284fbd80da48318ce7863471876ccb380bb Issue-ID: POLICY-1632 Signed-off-by: a.sreekumar --- services/services-onappf/src/main/resources/config/OnapPfConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/services-onappf/src/main/resources') diff --git a/services/services-onappf/src/main/resources/config/OnapPfConfig.json b/services/services-onappf/src/main/resources/config/OnapPfConfig.json index 3efaa8cff..22e544abe 100644 --- a/services/services-onappf/src/main/resources/config/OnapPfConfig.json +++ b/services/services-onappf/src/main/resources/config/OnapPfConfig.json @@ -11,6 +11,6 @@ "timeIntervalMs": 120000, "pdpType":"apex", "description":"Pdp Heartbeat", - "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}] + "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}] } } \ No newline at end of file -- cgit 1.2.3-korg