diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2019-12-06 12:37:05 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2019-12-06 12:37:16 +0000 |
commit | 172fae7cdfd251db1056e42acd9eb7f22fbbf0b9 (patch) | |
tree | 293c01c390f078ba7b413fc1a95cdf8fcbbf9d1a | |
parent | 93fa9642390a61d8db36e6e68795137b4895b021 (diff) |
Adding native policy type to the config file in APEX
Change-Id: If8167c837d7d28ec9049b00ff6ca314eb4199930
Issue-ID: POLICY-2279
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
-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" : [{ |