From 0a92119357a28bb8375cb1c8d520da191e6a5ca6 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Tue, 3 Oct 2017 15:03:25 +0300 Subject: ONAP normative fixes Change-Id: Ia70f81f6b0b352a75b66bc85f8402ee424ae6424 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman --- .../src/main/resources/scripts/import/tosca/importHeatTypes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'catalog-be') diff --git a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py index 78b257d6f3..3b4ed5463f 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py @@ -51,9 +51,9 @@ def importHeatTypes(beHost, bePort, adminUser, fileDir, updateversion): "subInterface", "contrailV2VLANSubInterface", "multiFlavorVFC", - "vnfConfiguration", - "underlayVpn", - "overlayTunnel" + "vnfConfiguration"#, + #"underlayVpn", + #"overlayTunnel" ] responseCodes = [200, 201] -- cgit 1.2.3-korg