[ https://issues.apache.org/jira/browse/CLOUDSTACK-8231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550355#comment-14550355 ]
Vadim Kim. commented on CLOUDSTACK-8231: ---------------------------------------- Have found that the one that draw drop-down list is : /usr/share/cloudstack-management/webapps/client/scripts/vpc.js This block seems to return null : 'algorithm': { label: 'label.algorithm', select: function(args) { args.response.success({ data: [{ name: 'roundrobin', description: _l('label.lb.algorithm.roundrobin') }, { name: 'leastconn', description: _l('label.lb.algorithm.leastconn') }, { name: 'source', description: _l('label.lb.algorithm.source') }] }); } }, But I see no reason for that. Will check at run-time > Fail to create load-balancing service on VPC > -------------------------------------------- > > Key: CLOUDSTACK-8231 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8231 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: UI > Affects Versions: 4.5.0 > Reporter: Pierre-Luc Dion > Assignee: Rohit Yadav > Priority: Critical > Fix For: 4.6.0, 4.5.2 > > Attachments: lb-algo.png > > > Using the uI, cannot create Load-Balancing rules on a VPC tier because the > load-balancing algorithm is empty and the drop down display nothing. -- This message was sent by Atlassian JIRA (v6.3.4#6332)