----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10062/ -----------------------------------------------------------
Review request for cloudstack. Summary (updated) ----------------- remove duplicated VPC router in return value of DomainRouterDaoImpl.listByStateAndNetworkType Description (updated) ------- The return value of listByStateAndNetworkType function in server/src/com/cloud/vm/dao/DomainRouterDaoImpl.java contains duplicated VPC router. For example, if a VPC contains 3 tiers, the return value contains 3 VPC routers. We need to get only one VPC router for a VPC. This patch applies on 4.0.1. I will create a patch for master/4.1 later. Diffs (updated) ----- server/src/com/cloud/vm/dao/DomainRouterDaoImpl.java 175d3f2 Diff: https://reviews.apache.org/r/10062/diff/ Testing (updated) ------- Testing manually ok. Thanks, Wei Zhou