diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-31 01:02:25 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-31 01:02:25 +0200 |
commit | 3a99e95994963c8fd04d7c038cf6b0263b2bbdeb (patch) | |
tree | ed86b0dfe6d05ff0c794f83d4ca3b4bcf2909a4a | |
parent | 61a84fecc1eae8640fec2860f4b50102ed0baa64 (diff) |
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 <sebastien.determe@intl.att.com>
Change-Id: Ic25173dc24874d0877969872f20ad4d8df0703fd
-rw-r--r-- | models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.Common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |