From a8e393123a95f8c49a8c25ddbef959ff891934dd Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sun, 8 Dec 2019 17:43:30 -0500 Subject: Add type_version to naming policy For testing purposes in the xacml-pdp JUnits. Issue-ID: POLICY-1740 Change-Id: Ia35583b5aac6a40f62542b907d7f3358fc1bcbcd Signed-off-by: Pamela Dragosh --- .../src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml b/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml index 825e95dea..f17e9096b 100644 --- a/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml +++ b/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml @@ -4,6 +4,7 @@ topology_template: - SDNC_Policy.ONAP_VNF_NAMING_TIMESTAMP: type: onap.policies.Naming version: 1.0.0 + type_version: 1.0.0 properties: policy-instance-name: ONAP_VNF_NAMING_TIMESTAMP naming-models: @@ -46,4 +47,4 @@ topology_template: start-value: 1 length: 3 increment: 1 - sequence-type: alpha-numeric \ No newline at end of file + sequence-type: alpha-numeric -- cgit 1.2.3-korg