Merge pull request #1301 from nitin-maharana/CloudStack-Nitin3_4.7 CLOUDSTACK-9186: Root admin cannot see VPC created by Domain admin userIssue: ===== Root admin cannot see LB rules and Public LB IP addresses created by domain-admin in UI therefore root admin cannot manage those.
Reproducible Steps: ================ Log in as a Domain-Admin account and create a VPC with vpc virtual router as public load balancer provider click on the newly created VPC -> click on the VPC tier -> click internal LB Add internal LB, Logoff domain-admin and login as root admin Navigate the VPC created previously and click internal LB, internal lb is not showing up. Same steps for Public LB IP addresses except select the correct Network offering while creating a tier. Expected Behaviour: ================ Root admin should be able to manage VPC created by Domain admin user . Actual Behaviour: ============== Root admin cannot see VPC created by Domain admin user and hence not able to manage it. Fix: === Added the parameter listAll=true in case of Internal LB as well as Public LB IP addresses. * pr/1301: CLOUDSTACK-9186: Root admin cannot see VPC created by Domain admin user Signed-off-by: Remi Bergsma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1b5c6457 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1b5c6457 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1b5c6457 Branch: refs/heads/master Commit: 1b5c64578f393568380e2ef67155a34eb31bff0e Parents: 5566789 9014cd3 Author: Remi Bergsma <[email protected]> Authored: Sat Jan 16 19:40:06 2016 +0100 Committer: Remi Bergsma <[email protected]> Committed: Sat Jan 16 19:40:07 2016 +0100 ---------------------------------------------------------------------- ui/scripts/vpc.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1b5c6457/ui/scripts/vpc.js ----------------------------------------------------------------------
