diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2019-04-29 14:06:04 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2019-04-29 14:06:04 +0000 |
commit | 8a5e150732258a2bb0a402c35e398b39c65a207c (patch) | |
tree | 43949ba60e89e3a2bfb9d3f4e650da6143168e2a /services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json | |
parent | b267849e414baddb1c14a4be29fc06d9703ed944 (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/test/resources/ApexStarterConfigParameters_sim.json')
-rw-r--r-- | services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json b/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json index a17d880ad..70ca137ce 100644 --- a/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json +++ b/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.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"}] } } |