diff --git a/tools/marvin/marvin/cs_entity_generator.py b/tools/marvin/marvin/cs_entity_generator.py index 627bd2193b7..e9011609ce5 100644 --- a/tools/marvin/marvin/cs_entity_generator.py +++ b/tools/marvin/marvin/cs_entity_generator.py @@ -134,9 +134,6 @@ def entity_adjust(entity): #CloudStack denotes VirtualMachine as UserVm elif entity == 'UserVm': return 'VirtualMachine' - #CloudStack denotes LoadBalancer as ApplicationLoadBalancer - elif entity == 'ApplicationLoadBalancer': - return 'LoadBalancer' #CloudStack denotes aliased NIC (with IP) as NicSecondaryIp elif entity == 'NicSecondaryIp': return 'Nic'