cloudstack/engine
Rakesh 76ba5c62d9
server: Fix displaying public IP address of shared networks (#4675)
Public IP addresses dedicated to one domain should not be accessed
by other domains. Also, root admin should be able to display all
public ip addresses in system.

Currently following issues exist

1. Public IP address assigned to one domain can be accessed by
other sibling domains

If use.system.public.ip is false then child domains should not
see public ip of ROOT domain

Before fix
```
(test1) mgt01 > list publicipaddresses listall=true fordisplay=true allocatedonly=false forvirtualnetwork=true filter=ipaddress,
{
  "count": 59,
  "publicipaddress": [
```

After fix

```
(test) mgt01 > list publicipaddresses listall=true fordisplay=true allocatedonly=false forvirtualnetwork=true filter=ipaddress,
{
  "count": 10,
```
2021-04-01 12:39:01 +05:30
..
api server: fix finding pools for volume migration (#4693) 2021-02-25 22:13:50 +05:30
components-api server: Fix displaying public IP address of shared networks (#4675) 2021-04-01 12:39:01 +05:30
network Updating pom.xml version numbers for release 4.15.1.0-SNAPSHOT 2021-01-11 13:58:30 +05:30
orchestration Merge release branch 4.14 to 4.15 2021-02-01 09:57:35 +00:00
schema systemvmtemplate: new template for 4.15.1 (#4793) 2021-03-24 17:08:46 +05:30
service Updating pom.xml version numbers for release 4.15.1.0-SNAPSHOT 2021-01-11 13:58:30 +05:30
storage server: create DB entry for storage pool capacity when create storage pool (#4805) 2021-03-29 16:21:24 +05:30
pom.xml Updating pom.xml version numbers for release 4.15.1.0-SNAPSHOT 2021-01-11 13:58:30 +05:30