diff options
author | Michael Lando <ml636r@att.com> | 2017-09-27 23:20:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-27 23:20:27 +0000 |
commit | 8dfe10d5b13194d31e859a0a32ee8e4039f19328 (patch) | |
tree | 3b4f6fc999c0a67e79813c6fa696c9eef46e173d /catalog-be/src/main/resources/scripts | |
parent | 72fa3d877f5f19ea98e803ea912d3baabd8544c8 (diff) | |
parent | 9c30830252a19e7d949447896fb097dc86b4f3df (diff) |
Merge "Define SDC model to configure VXLAN tunnel"
Diffstat (limited to 'catalog-be/src/main/resources/scripts')
-rw-r--r-- | catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py | 3 |
1 files changed, 2 insertions, 1 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 0530502376..78b257d6f3 100644 --- a/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py +++ b/catalog-be/src/main/resources/scripts/import/tosca/importHeatTypes.py @@ -52,7 +52,8 @@ def importHeatTypes(beHost, bePort, adminUser, fileDir, updateversion): "contrailV2VLANSubInterface", "multiFlavorVFC", "vnfConfiguration", - "underlayVpn" + "underlayVpn", + "overlayTunnel" ] responseCodes = [200, 201] |