Merge pull request #756 from nlivens/CLOUDSTACK-8781

CLOUDSTACK-8781 : Superfluous field during VPC creation

* pr/756:
  CLOUDSTACK-8781 : Superfluous field during VPC creation

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2016-11-23 15:01:23 +05:30
commit 9bec7032be
No known key found for this signature in database
GPG Key ID: 484248210EE3D884
1 changed files with 0 additions and 17 deletions

View File

@ -5471,23 +5471,6 @@
label: 'label.DNS.domain.for.guest.networks'
//format: FQDN
},
publicLoadBalancerProvider: {
label: 'label.public.load.balancer.provider',
select: function(args) {
var items = [];
items.push({
id: 'VpcVirtualRouter',
description: 'VpcVirtualRouter'
});
items.push({
id: 'Netscaler',
description: 'Netscaler'
});
args.response.success({
data: items
});
}
},
vpcoffering: {
label: 'label.vpc.offering',
validation: {