mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4852: Since upgrade to 4.2 only users at the zone-attached domain level can manipulate VMs
Changes: - Removing the trailing spaces in the file
This commit is contained in:
parent
78e4dd8566
commit
6d6d11f7a4
|
|
@ -850,7 +850,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
}
|
||||
}
|
||||
|
||||
Account owner = _entityMgr.findById(Account.class, vm.getAccountId());
|
||||
Account owner = _entityMgr.findById(Account.class, vm.getAccountId());
|
||||
VirtualMachineProfileImpl vmProfile = new VirtualMachineProfileImpl(vm, template, offering, owner, params);
|
||||
DeployDestination dest = null;
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue