From 5aeffc5b5032cb4c14f00420136cd997a240c17d Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 15 Feb 2021 10:49:17 +0100 Subject: [PATCH] Fix the Naming policy example Change the attribute derived_from of the policy.data.increment-sequence attribute in the Naming policy example. It should inherit from tosca.datatypes.Root Issue-ID: POLICY-3067 Signed-off-by: sebdet Change-Id: I7a62b8c662b90a8481bb609d6a39e33ab9e7dada --- .../src/main/resources/policytypes/onap.policies.Naming.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models-examples/src/main/resources/policytypes/onap.policies.Naming.yaml b/models-examples/src/main/resources/policytypes/onap.policies.Naming.yaml index a44435111..6fc53d725 100644 --- a/models-examples/src/main/resources/policytypes/onap.policies.Naming.yaml +++ b/models-examples/src/main/resources/policytypes/onap.policies.Naming.yaml @@ -61,7 +61,7 @@ data_types: type: policy.data.increment-sequence required: false policy.data.increment-sequence: - derived_from: tosca.nodes.Root + derived_from: tosca.datatypes.Root properties: scope: type: list @@ -98,4 +98,4 @@ data_types: required: true length: type: string - required: true \ No newline at end of file + required: true -- 2.16.6