From c42c9f75adb72f80e57694b5bf67db7c94f33a89 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 26 Sep 2019 13:20:28 +0100 Subject: 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 --- .../contrailVirtualNetwork.yml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml') diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml b/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml index c0d1f3dab2..7ebe342e9f 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/contrailVirtualNetwork/contrailVirtualNetwork.yml @@ -7,66 +7,66 @@ node_types: type: string description: Is virtual network shared required: false - status: SUPPORTED + status: supported forwarding_mode: type: string description: forwarding mode of the virtual network required: false - status: SUPPORTED + status: supported external: type: string description: Is virtual network external required: false - status: SUPPORTED + status: supported allow_transit: type: string description: Whether this network should be transitive. required: false - status: SUPPORTED + status: supported flood_unknown_unicast: type: string description: flood L2 packets on network required: false - status: SUPPORTED + status: supported route_targets: type: list description: route targets associated with the virtual network required: false - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets required: false - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet attributes: fq_name: type: string description: fq_name - status: SUPPORTED + status: supported show: type: string description: All attributes. - status: SUPPORTED + status: supported subnets_name: type: list description: Subnets name of this network - status: SUPPORTED + status: supported entry_schema: type: string subnets_show: type: map description: Detailed information about each subnet - status: SUPPORTED + status: supported entry_schema: type: string subnets: type: map description: Network related subnets - status: SUPPORTED + status: supported entry_schema: type: org.openecomp.datatypes.heat.network.neutron.Subnet capabilities: -- cgit 1.2.3-korg