[ https://issues.apache.org/jira/browse/CLOUDSTACK-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jessica Wang reassigned CLOUDSTACK-4427: ---------------------------------------- Assignee: Brian Federle (was: Chandan Purushothama) Brian, Please see my attachment "this_bug_is_caused_by_the_circled_code.jpg". This bug is caused by the circled code in the attachment. You can see this bug in Chandan's web site: http://10.223.195.103:8080/client/ Jessica > UI: Duplicate cluster entries are listed in "Add Host" Box > ---------------------------------------------------------- > > Key: CLOUDSTACK-4427 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4427 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: UI > Affects Versions: 4.2.0 > Reporter: Chandan Purushothama > Assignee: Brian Federle > Priority: Critical > Fix For: 4.2.1 > > Attachments: this_bug_is_caused_by_the_circled_code.jpg, > UICapture35.png > > > Fire bug shows that ListClusters API got fired twice. > APIs fired: > http://10.223.195.103:8080/client/api?command=listClusters&podid=396cf834-8509-4c25-bbf0-b143e6ba4fc1&response=json&sessionkey=N3nXAzdTKo%2FKBXT5x5JBCyHf%2Fmg%3D&_=1377121326648 > { "listclustersresponse" : { "count":2 ,"cluster" : [ > {"id":"75a87c14-f8c0-4552-a117-8a7bb22840f0","name":"10.223.52.61/VMDC/clus1","podid":"396cf834-8509-4c25-bbf0-b143e6ba4fc1","podname":"POD-1","zoneid":"97fb6e7c-25fa-4ce6-bf25-c4d20a1e7a5a","zonename":"ZONE-VMWARERETEST","hypervisortype":"VMware","clustertype":"ExternalManaged","allocationstate":"Enabled","managedstate":"Managed","cpuovercommitratio":"1","memoryovercommitratio":"1"}, > > {"id":"7b105fba-3b23-44fd-9c1b-32c58a343a52","name":"10.223.52.61/ANOTHERVMDC/clus3","podid":"396cf834-8509-4c25-bbf0-b143e6ba4fc1","podname":"POD-1","zoneid":"97fb6e7c-25fa-4ce6-bf25-c4d20a1e7a5a","zonename":"ZONE-VMWARERETEST","hypervisortype":"VMware","clustertype":"ExternalManaged","allocationstate":"Enabled","managedstate":"Managed","cpuovercommitratio":"1","memoryovercommitratio":"1"} > ] } } > http://10.223.195.103:8080/client/api?command=listClusters&podid=396cf834-8509-4c25-bbf0-b143e6ba4fc1&response=json&sessionkey=N3nXAzdTKo%2FKBXT5x5JBCyHf%2Fmg%3D&_=1377121326658 > { "listclustersresponse" : { "count":2 ,"cluster" : [ > {"id":"75a87c14-f8c0-4552-a117-8a7bb22840f0","name":"10.223.52.61/VMDC/clus1","podid":"396cf834-8509-4c25-bbf0-b143e6ba4fc1","podname":"POD-1","zoneid":"97fb6e7c-25fa-4ce6-bf25-c4d20a1e7a5a","zonename":"ZONE-VMWARERETEST","hypervisortype":"VMware","clustertype":"ExternalManaged","allocationstate":"Enabled","managedstate":"Managed","cpuovercommitratio":"1","memoryovercommitratio":"1"}, > > {"id":"7b105fba-3b23-44fd-9c1b-32c58a343a52","name":"10.223.52.61/ANOTHERVMDC/clus3","podid":"396cf834-8509-4c25-bbf0-b143e6ba4fc1","podname":"POD-1","zoneid":"97fb6e7c-25fa-4ce6-bf25-c4d20a1e7a5a","zonename":"ZONE-VMWARERETEST","hypervisortype":"VMware","clustertype":"ExternalManaged","allocationstate":"Enabled","managedstate":"Managed","cpuovercommitratio":"1","memoryovercommitratio":"1"} > ] } } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira