diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 15:02:40 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 15:02:40 +0300 |
commit | 76d7498cfb6a1b463f5f6ff179a198bce7749adb (patch) | |
tree | b8a93a330aaf45a0f51d6abcd654302e85ea9937 /catalog-be | |
parent | 1aaa2c9a76f80a5e10438aaa5aaab40db27ecdaf (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')
-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] |