diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-16 14:22:37 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-04-16 15:32:39 +0200 |
commit | 39b4c05acbd6cf28febc694c9575bc63df3d17a6 (patch) | |
tree | 180399b60528524349a9bde246cdd1d109c61034 /src/main/resources/clds/templates/tca-template.json | |
parent | 018d85670c21af00991e1c29cce526a85b416df7 (diff) |
Set policy scope
Change policy scope to CLAMP in policy code and tests
Issue-ID: CLAMP-153
Change-Id: I4376e4d1d603033d0b3355d1115a21026d48beec
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/clds/templates/tca-template.json')
-rw-r--r-- | src/main/resources/clds/templates/tca-template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/clds/templates/tca-template.json b/src/main/resources/clds/templates/tca-template.json index 892fc0d62..d2c04bf11 100644 --- a/src/main/resources/clds/templates/tca-template.json +++ b/src/main/resources/clds/templates/tca-template.json @@ -4,7 +4,7 @@ { "eventName": "???", "controlLoopSchemaType": "VNF", - "policyScope": "DCAE", + "policyScope": "CLAMP", "policyName": "???", "policyVersion": "v0.0.1", "thresholds": [ |