aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-09-27 19:38:28 +0300
committerMichael Lando <ml636r@att.com>2017-09-27 19:38:28 +0300
commit539703511367eaaaac04b0d997ddf8679e224dfb (patch)
tree180a0845c8eac6b63ae3df55dd3e0f3caa4e1af7 /catalog-be/src/main/resources/import/tosca/heat-types
parentb35130e8fa3e8eca9352d4cfac2889a32743541c (diff)
Fix UnderlyVpn.json
fix underlayVpn.json to refer underlayVpn.yml Change-Id: Ie126f095bc244568159c50219d7e8860d1474594 Issue-ID: SDC-192 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types')
-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"]
+}