summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml b/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
index ce99511bbe..77cfc08bdd 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.yml
@@ -7,25 +7,25 @@ node_types:
type: list
description: An ordered list of static routes to be added to this interface
required: false
- status: SUPPORTED
+ status: supported
entry_schema:
type: org.openecomp.datatypes.heat.network.contrail.port.StaticRoute
virtual_network:
type: string
description: Virtual Network for this interface
required: true
- status: SUPPORTED
+ status: supported
static_route:
type: boolean
description: Static route enabled
required: false
default: false
- status: SUPPORTED
+ status: supported
allowed_address_pairs:
type: list
description: List of allowed address pair for this interface
required: false
- status: SUPPORTED
+ status: supported
entry_schema:
type: org.openecomp.datatypes.heat.network.contrail.AddressPair
shared_ip:
@@ -33,17 +33,17 @@ node_types:
description: Shared ip enabled
required: false
default: false
- status: SUPPORTED
+ status: supported
ip_address:
type: string
description: IP for this interface
required: false
- status: SUPPORTED
+ status: supported
interface_type:
type: string
description: Interface type
required: true
- status: SUPPORTED
+ status: supported
constraints:
- valid_values:
- management
@@ -54,4 +54,4 @@ node_types:
fq_name:
type: string
description: fq_name
- status: SUPPORTED
+ status: supported