diff options
author | Dan Timoney <dtimoney@att.com> | 2022-05-23 16:21:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-05-23 16:21:40 +0000 |
commit | 009c9b41e3219bbf889ba040e95d397eebb25d2e (patch) | |
tree | 8e86555a2d4ec354e153878f96fe258b327b3100 /components | |
parent | b4cbb0ee94eb086a2355998189bd94fedc503c79 (diff) | |
parent | dab10311925fe9603e0750a29e566f5e45c2e567 (diff) |
Merge "Enable force-resolution"
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json b/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json index cc2013076..853fe563e 100644 --- a/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json +++ b/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json @@ -39,6 +39,11 @@ "required": false, "type": "boolean" }, + "force-resolution": { + "description": "Delete existing values to force new resolution. Ineffective when occurrence < 1", + "required": false, + "type": "boolean" + }, "resource-type": { "description": "Request type.", "required": false, @@ -97,4 +102,4 @@ } }, "derived_from": "tosca.nodes.Component" -}
\ No newline at end of file +} |