diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-20 09:16:20 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-20 09:35:39 -0400 |
commit | 5631660eba13b85ddcf987812f7683d017e818b1 (patch) | |
tree | 3cd31586006f086b00ecefba1705b359fdf71595 /docs/pap/notification | |
parent | 1d40bf6051f1001212f51109a7cc4ad46bbbb9fa (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'docs/pap/notification')
-rw-r--r-- | docs/pap/notification/dmaap-pap-notif.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |