diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-05-01 15:26:45 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-05-01 15:26:52 -0400 |
commit | 5b0b7fac53c587307832119657a31b64926797a3 (patch) | |
tree | cc9138530cf690f0fbe7e029a8f2203c34707517 /examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json | |
parent | dca0b10e91dee8afa3f870b4cda13a124aed78c3 (diff) |
Minor fixes in examples-vcpe
Issue-ID: POLICY-1916
Change-Id: Ie3d1c33648e7996ac063bbaac6ea11f3df03564b
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json')
-rw-r--r-- | examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json b/examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json index 3b6aa3cd4..ca80a2ea0 100644 --- a/examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json +++ b/examples/examples-onap-vcpe/src/main/resources/tosca/ToscaTemplate.json @@ -3,10 +3,10 @@ "topology_template": { "policies": [ { - "operational.vcpe": { - "type": "onap.policies.controlloop.operational.Apex", - "typeVersion": "1.0.0", - "name": "onap.policies.controlloop.operational.apex.Vcpe", + "onap.policies.native.apex.Vcpe": { + "type": "onap.policies.native.Apex", + "type_version": "1.0.0", + "name": "onap.policies.native.apex.Vcpe", "version": "1.0.0", "properties": { } @@ -14,4 +14,4 @@ } ] } -}
\ No newline at end of file +} |