Fix UnderlyVpn.json 37/16037/1
authorMichael Lando <ml636r@att.com>
Wed, 27 Sep 2017 16:38:28 +0000 (19:38 +0300)
committerMichael Lando <ml636r@att.com>
Wed, 27 Sep 2017 16:38:28 +0000 (19:38 +0300)
fix underlayVpn.json to refer underlayVpn.yml

Change-Id: Ie126f095bc244568159c50219d7e8860d1474594
Issue-ID: SDC-192
Signed-off-by: Michael Lando <ml636r@att.com>
catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json

index 0104a79..10e2d4c 100644 (file)
@@ -1,15 +1,15 @@
 {
-       "payloadName": "extZteVL.yml",
+       "payloadName": "underlayVpn.yml",
        "contactId": "jh0003",
-       "name": "ext ZTE VL",
-       "description": "Ext ZTE VL",
+       "name": "VL UNDERLAYVPN",
+       "description": "The node represents a underlay vpn entity",
        "resourceIconPath": "network",
        "resourceType": "VL",
        "categories": [{
                "name": "Generic",
                "subcategories": [{
-                       "name": "Network Elements"
+                       "name": "Virtual Links"
                }]
        }],
-       "tags": ["ext ZTE VL"]
-}
\ No newline at end of file
+       "tags": ["VL UNDERLAYVPN"]
+}