mirror of https://github.com/apache/cloudstack.git
Fixed listNetworks to list all system networks (not just Public) when isSystem=true is specified
This commit is contained in:
parent
2bd8e76d14
commit
15fc1fa10f
|
|
@ -1480,7 +1480,6 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||
sc.setJoinParameters("networkOfferingSearch", "systemOnly", false);
|
||||
} else {
|
||||
sc.setJoinParameters("networkOfferingSearch", "systemOnly", true);
|
||||
sc.setJoinParameters("networkOfferingSearch", "trafficType", TrafficType.Public);
|
||||
sc.setJoinParameters("zoneSearch", "networkType", NetworkType.Advanced.toString());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue