marvin_refactor: ApplicationLoadBalancer are for n-tier apps

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-05-29 18:51:31 +05:30
parent 2b23699a4f
commit 6857e99c31
1 changed files with 0 additions and 3 deletions

View File

@ -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'