From 6d6d11f7a498f3dbf1d0e199d20fb6de6ea065ee Mon Sep 17 00:00:00 2001 From: Prachi Damle Date: Tue, 17 Dec 2013 14:55:29 -0800 Subject: [PATCH] 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 --- .../src/com/cloud/vm/VirtualMachineManagerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java b/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java index fce60d211db..75ab47b35d2 100755 --- a/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java +++ b/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java @@ -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 {