mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6556: Deploy VM failing with error "does
not have permission to access resource Ntwk".
This commit is contained in:
parent
9f798823ef
commit
96cd858d97
|
|
@ -2394,7 +2394,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
|||
|
||||
// Perform account permission check
|
||||
if (network.getAclType() == ACLType.Account) {
|
||||
_accountMgr.checkAccess(caller, AccessType.UseEntry, network);
|
||||
_accountMgr.checkAccess(owner, AccessType.UseEntry, network);
|
||||
}
|
||||
networkList.add(network);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue