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 10:39:59 UTC

git commit: updated refs/heads/master to b36ed12

Updated Branches:
  refs/heads/master 810bfa90e -> b36ed1289


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/b36ed128
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b36ed128
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b36ed128

Branch: refs/heads/master
Commit: b36ed1289acf9f5a1d52242f2febb3e56ea91163
Parents: 810bfa9
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 10:39:49 2013 +0100

----------------------------------------------------------------------
 .../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/b36ed128/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();