diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2020-02-03 15:14:48 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2020-02-03 15:14:56 +0000 |
commit | 638b2eb291ae8a6d4858f95a007424f982e2dded (patch) | |
tree | 7d0948431d3fa979962f9714f44a133e093125c0 /services | |
parent | 393e00b78140a27232d961fcdae70b99af2cdbbe (diff) |
Adding Tosca compliant operational policy type to default config file for apex-pdp
Change-Id: I6de1fd31c2e73814a546b05ee71419fded4a3357
Issue-ID: POLICY-2147
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'services')
-rw-r--r-- | services/services-onappf/src/main/resources/config/OnapPfConfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/services-onappf/src/main/resources/config/OnapPfConfig.json b/services/services-onappf/src/main/resources/config/OnapPfConfig.json index af1e25353..c08c44072 100644 --- a/services/services-onappf/src/main/resources/config/OnapPfConfig.json +++ b/services/services-onappf/src/main/resources/config/OnapPfConfig.json @@ -18,6 +18,10 @@ "version": "1.0.0" }, { + "name": "onap.policies.controlloop.operational.common.Apex", + "version": "1.0.0" + }, + { "name": "onap.policies.native.Apex", "version": "1.0.0" } |