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/11/08 09:49:48 UTC

git commit: updated refs/heads/4.2 to 0f0889a

Updated Branches:
  refs/heads/4.2 b18e73010 -> 0f0889ae2


CLOUDSTACK-4998 additional bug fixed


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

Branch: refs/heads/4.2
Commit: 0f0889ae2d1c9b74b6ec44a908f10cee654e1fb9
Parents: b18e730
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Fri Nov 8 03:49:36 2013 -0500
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Fri Nov 8 03:49:36 2013 -0500

----------------------------------------------------------------------
 .../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/0f0889ae/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 6da4b6c..6b3e4dd 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
@@ -107,7 +107,7 @@ public class AssignVMCmd extends BaseCmd  {
                throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to move vm");
            }
            UserVmResponse response = _responseGenerator.createUserVmResponse("virtualmachine", userVm).get(0);
-           response.setResponseName(DeployVMCmd.getResultObjectName());
+           response.setResponseName(getCommandName());
            this.setResponseObject(response);
         }catch (Exception e){
             e.printStackTrace();