Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38CBC10561 for ; Thu, 1 May 2014 17:14:33 +0000 (UTC) Received: (qmail 22323 invoked by uid 500); 1 May 2014 17:14:31 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 22279 invoked by uid 500); 1 May 2014 17:14:30 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 22272 invoked by uid 99); 1 May 2014 17:14:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2014 17:14:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5A3FA88BAFF; Thu, 1 May 2014 17:14:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Message-Id: <956adb04a0074600912ca797b2321913@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4-forward to ef2616b Date: Thu, 1 May 2014 17:14:30 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.4-forward 9c2768756 -> ef2616bfd CLOUDSTACK-6443: [Automation] Two Test Cases failed on "test_volumes.py" - AttributeError: VirtualMachine instance has no attribute 'hostid'. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ef2616bf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ef2616bf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ef2616bf Branch: refs/heads/4.4-forward Commit: ef2616bfda1b37887312a93068937f5ecfaa36b4 Parents: 9c27687 Author: Min Chen Authored: Thu May 1 10:05:16 2014 -0700 Committer: Min Chen Committed: Thu May 1 10:05:16 2014 -0700 ---------------------------------------------------------------------- .../apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ef2616bf/api/src/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java b/api/src/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java index 99fec6b..77aa20f 100755 --- a/api/src/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java +++ b/api/src/org/apache/cloudstack/api/command/admin/vm/DeployVMCmdByAdmin.java @@ -68,7 +68,7 @@ public class DeployVMCmdByAdmin extends DeployVMCmd { } if (result != null) { - UserVmResponse response = _responseGenerator.createUserVmResponse(ResponseView.Restricted, "virtualmachine", result).get(0); + UserVmResponse response = _responseGenerator.createUserVmResponse(ResponseView.Full, "virtualmachine", result).get(0); response.setResponseName(getCommandName()); setResponseObject(response); } else {