diff options
Diffstat (limited to 'robot/assets/service_mappings.py')
-rw-r--r-- | robot/assets/service_mappings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', } |