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 DAD64106AA for ; Thu, 8 Aug 2013 21:52:27 +0000 (UTC) Received: (qmail 23764 invoked by uid 500); 8 Aug 2013 21:52:27 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 23691 invoked by uid 500); 8 Aug 2013 21:52:27 -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 23625 invoked by uid 99); 8 Aug 2013 21:52:27 -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, 08 Aug 2013 21:52:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 785728BA519; Thu, 8 Aug 2013 21:52:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: frankzhang@apache.org To: commits@cloudstack.apache.org Message-Id: <53d091f4328a4d9c84c9b0dc2084c5a8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to d38ed20 Date: Thu, 8 Aug 2013 21:52:27 +0000 (UTC) Updated Branches: refs/heads/master 958c2b204 -> d38ed2056 CloudStack CLOUDSTACK-4160 listUcsManagers API needs to be able to take in id parameter Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d38ed205 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d38ed205 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d38ed205 Branch: refs/heads/master Commit: d38ed205680dd1b7f251727b630cd596a19bab6f Parents: 958c2b2 Author: frank Authored: Thu Aug 8 14:55:15 2013 -0700 Committer: frank Committed: Thu Aug 8 15:02:13 2013 -0700 ---------------------------------------------------------------------- .../ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d38ed205/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java b/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java index 2f7b413..7238e1e 100755 --- a/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java +++ b/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java @@ -53,7 +53,7 @@ import com.cloud.user.Account; public class ListUcsManagerCmd extends BaseListCmd { public static final Logger s_logger = Logger.getLogger(ListUcsManagerCmd.class); - @Parameter(name=ApiConstants.ZONE_ID, type=CommandType.UUID, description="the zone id", entityType=ZoneResponse.class, required=true) + @Parameter(name=ApiConstants.ZONE_ID, type=CommandType.UUID, description="the zone id", entityType=ZoneResponse.class) private Long zoneId; @Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType=UcsManagerResponse.class,