From abf7ac2cf14563b502352e0f5d4ad4cfc878c614 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Sun, 20 May 2018 19:49:34 -0500 Subject: Fix Heatbridge for vCPE vGW Issue-ID: TEST-93 Change-Id: I7c3b9f3c40222acc936c5ae88f8930794186b82c Signed-off-by: Brian Freeman --- robot/assets/service_mappings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index 5a58bb9f..52f1ca1e 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -41,7 +41,7 @@ Used by the Heatbridge Validate Query to A&AI to locate the vserver name GLOBAL_VALIDATE_NAME_MAPPING = {"vFW" : 'vfw_name_0', "vLB" : 'vlb_name_0', "vVG" : '', - "vCPE" : '', + "vCPE" : 'vgw_name_0', "vFWSNK" : 'vfw_name_0', "vPKG" : 'vpg_name_0', } -- cgit 1.2.3-korg