aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-onappf/src/main/resources
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-04-29 14:06:04 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2019-04-29 14:06:04 +0000
commit8a5e150732258a2bb0a402c35e398b39c65a207c (patch)
tree43949ba60e89e3a2bfb9d3f4e650da6143168e2a /services/services-onappf/src/main/resources
parentb267849e414baddb1c14a4be29fc06d9703ed944 (diff)
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 <ajith.sreekumar@est.tech>
Diffstat (limited to 'services/services-onappf/src/main/resources')
-rw-r--r--services/services-onappf/src/main/resources/config/OnapPfConfig.json2
1 files changed, 1 insertions, 1 deletions
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