summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/forwardingPath/forwardingPath.yml
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/heat-types/forwardingPath/forwardingPath.yml
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/heat-types/forwardingPath/forwardingPath.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/forwardingPath/forwardingPath.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/forwardingPath/forwardingPath.yml b/catalog-be/src/main/resources/import/tosca/heat-types/forwardingPath/forwardingPath.yml
index fe1be7f1f2..33f5a76f95 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/forwardingPath/forwardingPath.yml
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/forwardingPath/forwardingPath.yml
@@ -6,7 +6,7 @@ node_types:
target_range:
type: list
required: true
- status: SUPPORTED
+ status: supported
entry_schema:
description: Identifier of the reciever port of the VNF or the service
type: integer
@@ -14,7 +14,7 @@ node_types:
type: string
description: protocol type that runs on the link
required: true
- status: SUPPORTED
+ status: supported
requirements:
- forwarder:
capability: org.openecomp.capabilities.Forwarder