diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-11-10 13:02:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-10 13:02:56 +0000 |
commit | 0e1635767afcc47566ec6971386500d75c66e821 (patch) | |
tree | 603b0f8421b875eddb087cb92490b5d355169f69 /runtime/src/test/resources/clds/templates/tca-policy-template.json | |
parent | 41fcf3575405c3172be8f5912b9e691a5b2804a3 (diff) | |
parent | aa4d2f4e49b45db5198604a0765f64b99426826c (diff) |
Merge "Remove clamp-backend url forwarding support"
Diffstat (limited to 'runtime/src/test/resources/clds/templates/tca-policy-template.json')
-rw-r--r-- | runtime/src/test/resources/clds/templates/tca-policy-template.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime/src/test/resources/clds/templates/tca-policy-template.json b/runtime/src/test/resources/clds/templates/tca-policy-template.json deleted file mode 100644 index 559aacb29..000000000 --- a/runtime/src/test/resources/clds/templates/tca-policy-template.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "service": "tca_policy", - "version": "1.1.0", - "location": "SampleServiceLocation", - "configName": "SampleConfigName", - "uuid": "test", - "policyScope": "CLAMP", - "templateVersion": "OpenSource.version.1", - "policyName": "MicroService", - "description": "MicroService Policy", - "priority": "1", - "riskType": "SampleRiskType", - "riskLevel": "1", - "guard": "False", - "content": { - "tca_policy": { - } - } -} |