mirror of https://github.com/apache/cloudstack.git
marvin_refactor: ApplicationLoadBalancer are for n-tier apps
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
2b23699a4f
commit
6857e99c31
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue