diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-06 21:56:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-06 21:56:04 +0000 |
commit | 004f3557013cb1919754a7318b0005e00b6867de (patch) | |
tree | a53c40e86645d0c484861ae6aaaff409fd4cb261 /services/services-onappf/src/main | |
parent | 79a7ee5e295a5661b12f250495dbe311c8816107 (diff) | |
parent | 172fae7cdfd251db1056e42acd9eb7f22fbbf0b9 (diff) |
Merge "Adding native policy type to the config file in APEX"
Diffstat (limited to 'services/services-onappf/src/main')
-rw-r--r-- | services/services-onappf/src/main/resources/config/OnapPfConfig.json | 11 |
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" : [{ |