aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-12-06 21:56:04 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-06 21:56:04 +0000
commit004f3557013cb1919754a7318b0005e00b6867de (patch)
treea53c40e86645d0c484861ae6aaaff409fd4cb261 /services
parent79a7ee5e295a5661b12f250495dbe311c8816107 (diff)
parent172fae7cdfd251db1056e42acd9eb7f22fbbf0b9 (diff)
Merge "Adding native policy type to the config file in APEX"
Diffstat (limited to 'services')
-rw-r--r--services/services-onappf/src/main/resources/config/OnapPfConfig.json11
1 files changed, 10 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 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" : [{