You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/10/30 09:10:37 UTC

git commit: updated refs/heads/4.2 to ca5e7e3

Updated Branches:
  refs/heads/4.2 b80242c2d -> ca5e7e380


CLOUDSTACK-4998: fix assignVM response


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

Branch: refs/heads/4.2
Commit: ca5e7e380b0abcfa24245abfdc4209375728c414
Parents: b80242c
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed Oct 30 04:10:28 2013 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Oct 30 04:10:28 2013 -0400

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/command/admin/vm/AssignVMCmd.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ca5e7e38/api/src/org/apache/cloudstack/api/command/admin/vm/AssignVMCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/admin/vm/AssignVMCmd.java b/api/src/org/apache/cloudstack/api/command/admin/vm/AssignVMCmd.java
index 2a60e19..6da4b6c 100644
--- a/api/src/org/apache/cloudstack/api/command/admin/vm/AssignVMCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/admin/vm/AssignVMCmd.java
@@ -39,7 +39,7 @@ import com.cloud.uservm.UserVm;
 public class AssignVMCmd extends BaseCmd  {
     public static final Logger s_logger = Logger.getLogger(AssignVMCmd.class.getName());
 
-    private static final String s_name = "moveuservmresponse";
+    private static final String s_name = "assignvirtualmachineresponse";
 
     /////////////////////////////////////////////////////
     //////////////// API parameters /////////////////////