aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/relationship-types
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2019-09-26 13:20:28 +0100
committerOren Kleks <oren.kleks@amdocs.com>2019-10-29 14:15:57 +0000
commitc42c9f75adb72f80e57694b5bf67db7c94f33a89 (patch)
treef5e16e64400af3f795061dceb02fee8522ed4245 /catalog-be/src/main/resources/import/tosca/relationship-types
parent145e960db3614cf499aa0be0dbb4f19b3ba3183e (diff)
Fix for status properties value.
These changes were made to align the normative types to the TOSCA property definition requirements. Issue-ID: SDC-322 Change-Id: I32e815dd26990dd6c82c859ad051b271db3c8029 Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/relationship-types')
-rw-r--r--catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml b/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
index a2c9d2b3ad..a2ea535a56 100644
--- a/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
+++ b/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
@@ -87,7 +87,7 @@ org.openecomp.relationships.AttachesTo:
location:
description: The relative location (e.g., path on the file system), which provides the root location to address an attached node.
type: string
- status: SUPPORTED
+ status: supported
required: false
org.openecomp.relationships.VolumeAttachesTo:
@@ -97,18 +97,18 @@ org.openecomp.relationships.VolumeAttachesTo:
volume_id:
description: The ID of the volume to be attached
type: string
- status: SUPPORTED
+ status: supported
required: true
instance_uuid:
description: The ID of the server to which the volume attaches
type: string
- status: SUPPORTED
+ status: supported
required: true
attributes:
show:
description: Detailed information about resource
type: string
- status: SUPPORTED
+ status: supported
org.openecomp.relationships.ForwardsTo:
derived_from: tosca.relationships.Root