diff options
author | Michael Lando <ml636r@att.com> | 2017-09-27 16:04:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-27 16:04:52 +0000 |
commit | 18c8a1fec198d4343c04a70db370b94e269bd817 (patch) | |
tree | b91cab22de08e9ac507bb19e528bb0f846da1a2f | |
parent | f8854eef352140497f0502e3f31bc839d173824b (diff) | |
parent | 4f4f7b750634ca3042c000aa3197ab2e82f4d508 (diff) |
Merge "Fix UnderlyVpn.json" into release-1.1.0
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json | 12 |
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"] +} |