mirror of https://github.com/apache/cloudstack.git
bug 9729 : Remove redundant permission check from deployvm cmd.
status 9729: resolved fixed
This commit is contained in:
parent
358fb9aba6
commit
dbb1ed3645
|
|
@ -2400,7 +2400,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
|
|||
sshPublicKey = pair.getPublicKey();
|
||||
}
|
||||
|
||||
_accountMgr.checkAccess(caller, template);
|
||||
// _accountMgr.checkAccess(caller, template);
|
||||
|
||||
DataCenterDeployment plan = new DataCenterDeployment(zone.getId());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue