diff options
author | 2019-04-30 19:55:18 +0000 | |
---|---|---|
committer | 2019-04-30 19:55:18 +0000 | |
commit | f4cb28dfdff84cd625c3c930e167a7dfba4a1e49 (patch) | |
tree | 852904f42a4e4ecb48d5e95edc23d1bafa49a338 /kubernetes/policy/charts/policy-apex-pdp/resources/config | |
parent | da0cdcaf4f6187f6cc89466e3124968104ddc48a (diff) | |
parent | c239fbfdd831ba4769e57b0c38783b06a83a861a (diff) |
Merge "Change Policy PAP & API to https by default"
Diffstat (limited to 'kubernetes/policy/charts/policy-apex-pdp/resources/config')
-rw-r--r-- | kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json b/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json index 8edca606e4..9de4a8b5b5 100644 --- a/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.json +++ b/kubernetes/policy/charts/policy-apex-pdp/resources/config/OnapPfConfig.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"}] } } |