aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurav Agrawal <gaurav.agrawal@huawei.com>2017-09-26 18:29:22 +0530
committerGaurav Agrawal <gaurav.agrawal@huawei.com>2017-09-26 13:13:28 +0000
commit4f4f7b750634ca3042c000aa3197ab2e82f4d508 (patch)
tree6417a456bff838610987f9d8fdf0b60097a89b8f
parent8a81749486c5be79fa4498a8e91cb949a601cc86 (diff)
Fix UnderlyVpn.json
fix underlayVpn.json to refer underlayVpn.yml Change-Id: I1bdd0e8d969239861dfd5c0a77182e850942cae4 Issue-ID: SDC-192 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json
index 0104a79c21..10e2d4c155 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json
@@ -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"]
+}