From 6857e99c31716e17f51a1b0abccca733f0e1e8e8 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 29 May 2013 18:51:31 +0530 Subject: [PATCH] marvin_refactor: ApplicationLoadBalancer are for n-tier apps Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/cs_entity_generator.py | 3 --- 1 file changed, 3 deletions(-) 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'