Fix UnderlyVpn.json 47/15547/1
authorGaurav Agrawal <gaurav.agrawal@huawei.com>
Tue, 26 Sep 2017 12:59:22 +0000 (18:29 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Tue, 26 Sep 2017 13:13:28 +0000 (13:13 +0000)
fix underlayVpn.json to refer underlayVpn.yml

Change-Id: I1bdd0e8d969239861dfd5c0a77182e850942cae4
Issue-ID: SDC-192
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.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"]
+}