From 5631660eba13b85ddcf987812f7683d017e818b1 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 20 Aug 2020 09:16:20 -0400 Subject: Change doc to new dcaegen2 policy type Deprecated old cdpa.tca policy type. Fixed one example that had the policy type wrong. Issue-ID: POLICY-2772 Change-Id: I9d79b319240cf8654de833f183c84eafb4a8ffa1 Signed-off-by: Pamela Dragosh --- docs/pap/notification/dmaap-pap-notif.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pap/notification') diff --git a/docs/pap/notification/dmaap-pap-notif.json b/docs/pap/notification/dmaap-pap-notif.json index bfe9162b..07d1ac20 100644 --- a/docs/pap/notification/dmaap-pap-notif.json +++ b/docs/pap/notification/dmaap-pap-notif.json @@ -1,7 +1,7 @@ { "deployed-policies": [ { - "policy-type": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "policy-type": "onap.policies.monitoring.tcagen2", "policy-type-version": "1.0.0", "policy-id": "onap.scaleout.tca", "policy-version": "2.0.0", @@ -11,7 +11,7 @@ ], "undeployed-policies": [ { - "policy-type": "onap.policies.firewall", + "policy-type": "onap.policies.monitoring.tcagen2", "policy-type-version": "1.0.0", "policy-id": "onap.firewall.tca", "policy-version": "6.0.0", -- cgit 1.2.3-korg