aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/service_mappings.py
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-04-26 13:30:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-26 13:30:24 +0000
commitf7ca9a7334ed9e213da5b030224206bcf1fa6823 (patch)
tree07dba8a457bf6f2608fb0b51b2785394a9176d44 /robot/assets/service_mappings.py
parent1560a104998739764107bfb7fd51777c159f4fa2 (diff)
parent4c71b0bed994055739e5fa5ba9307731b493a20b (diff)
Merge "Cleanup Instantiate vLB"
Diffstat (limited to 'robot/assets/service_mappings.py')
-rw-r--r--robot/assets/service_mappings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py
index 50c3ee21..9a02a1b1 100644
--- a/robot/assets/service_mappings.py
+++ b/robot/assets/service_mappings.py
@@ -6,7 +6,7 @@ import os.path
This metadata identifies the folders to be zipped and uploaded to SDC for model distribution for a given VNF
'''
GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['vFW'], \
- "vLB" : ['vLB'], \
+ "vLB" : ['vLBMS'], \
"vVG" : ['vVG'], \
"vCPE" : ['vCPE/infra', 'vCPE/vbng', 'vCPE/vbrgemu', 'vCPE/vgmux', 'vCPE/vgw'],
"vFWCL" : ['vFWCL/vFWSNK', 'vFWCL/vPKG'],