From 3a99e95994963c8fd04d7c038cf6b0263b2bbdeb Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 31 Mar 2020 01:02:25 +0200 Subject: [PATCH 1/1] Fix the policy model metadata for CLAMP Fix the metadata section for CDS/operation, there was a mistake in the parameter value Issue-ID: CLAMP-801 Signed-off-by: sebdet Change-Id: Ic25173dc24874d0877969872f20ad4d8df0703fd --- .../policytypes/onap.policies.controlloop.operational.Common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.Common.yaml b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.Common.yaml index c442e4afc..2d7de069f 100644 --- a/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.Common.yaml +++ b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.Common.yaml @@ -69,7 +69,7 @@ data_types: type: string description: The operation the actor is performing. metadata: - clamp_possible_values: Dictionary:DefaultOperations, ClampExecution:CDS/operations + clamp_possible_values: Dictionary:DefaultOperations,ClampExecution:CDS/operation required: true target: type: onap.datatype.controlloop.Target -- 2.16.6