diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 15:03:25 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 15:03:25 +0300 |
commit | 0a92119357a28bb8375cb1c8d520da191e6a5ca6 (patch) | |
tree | 1cb5d8d4fdc6647549af377ca34a5851bb5f2e23 /catalog-be/src | |
parent | 40af5a3c869313beb4ef0a324de89527a435e3dd (diff) |
ONAP normative fixes
Change-Id: Ia70f81f6b0b352a75b66bc85f8402ee424ae6424
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/src')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py | 6 |
1 files changed, 3 insertions, 3 deletions
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] |