You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/12/17 23:57:34 UTC

[2/2] git commit: updated refs/heads/master to 6d6d11f

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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6d6d11f7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6d6d11f7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6d6d11f7

Branch: refs/heads/master
Commit: 6d6d11f7a498f3dbf1d0e199d20fb6de6ea065ee
Parents: 78e4dd8
Author: Prachi Damle <pr...@cloud.com>
Authored: Tue Dec 17 14:55:29 2013 -0800
Committer: Prachi Damle <pr...@cloud.com>
Committed: Tue Dec 17 14:55:59 2013 -0800

----------------------------------------------------------------------
 .../orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6d6d11f7/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
----------------------------------------------------------------------
diff --git a/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java b/engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java
index fce60d2..75ab47b 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 {