mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-869:Netscaler support as an external LB provider:front end
This commit is contained in:
parent
e17a0c23b8
commit
bcc5baa163
|
|
@ -4531,7 +4531,21 @@
|
|||
networkdomain: {
|
||||
docID: 'helpVPCDomain',
|
||||
label: 'label.DNS.domain.for.guest.networks'
|
||||
},
|
||||
|
||||
loadbalancer:{ //Support for Netscaler as an external device for load balancing
|
||||
label:'Load Balancer',
|
||||
select:function(args){
|
||||
|
||||
var items = [];
|
||||
items.push({id:'vpcvirtualrouter' , description:'VPC Virtual Router'});
|
||||
items.push({id:'netscaler' , description:'NetScaler'});
|
||||
|
||||
args.response.success({data:items});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
action: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue