CLOUDSTACK-6556: Deploy VM failing with error "does

not have permission to access resource Ntwk".
This commit is contained in:
Min Chen 2014-05-01 15:07:36 -07:00 committed by Daan Hoogland
parent 9f798823ef
commit 96cd858d97
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}