mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
This commit is contained in:
commit
71050bb37f
@ -1765,11 +1765,6 @@ public class ManagementServerImpl implements ManagementServer {
|
|||||||
vlanType = VlanType.VirtualNetwork;
|
vlanType = VlanType.VirtualNetwork;
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't show SSVM/CPVM ips
|
|
||||||
if (vlanType == VlanType.VirtualNetwork && (allocatedOnly)) {
|
|
||||||
sb.and("associatedNetworkId", sb.entity().getAssociatedWithNetworkId(), SearchCriteria.Op.NNULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
SearchCriteria<IPAddressVO> sc = sb.create();
|
SearchCriteria<IPAddressVO> sc = sb.create();
|
||||||
if (isAllocated) {
|
if (isAllocated) {
|
||||||
_accountMgr.buildACLSearchCriteria(sc, domainId, isRecursive, permittedAccounts, listProjectResourcesCriteria);
|
_accountMgr.buildACLSearchCriteria(sc, domainId, isRecursive, permittedAccounts, listProjectResourcesCriteria);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user