You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by fr...@apache.org on 2013/07/18 19:56:35 UTC

git commit: updated refs/heads/4.2 to 33faf44

Updated Branches:
  refs/heads/4.2 9a1cd1ac5 -> 33faf44b3


CLOUDSTACK-3428
UCS:API: We need listUCSManager API to lists all UCS managers registered with CloudStack

fixed resolved


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

Branch: refs/heads/4.2
Commit: 33faf44b3946bcecaa18015e6b1b9f6048584ee8
Parents: 9a1cd1a
Author: frank <fr...@citrix.com>
Authored: Thu Jul 18 11:05:27 2013 -0700
Committer: frank <fr...@citrix.com>
Committed: Thu Jul 18 11:06:04 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/33faf44b/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 e9b6644..4d4473d 100755
--- a/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java
+++ b/plugins/hypervisors/ucs/src/org/apache/cloudstack/api/ListUcsManagerCmd.java
@@ -46,7 +46,7 @@ import com.cloud.exception.ResourceUnavailableException;
 import com.cloud.server.ManagementService;
 import com.cloud.ucs.manager.UcsManager;
 import com.cloud.user.Account;
-@APICommand(description="List ucs manager", responseObject=UcsManagerResponse.class)
+@APICommand(name="listUcsManager", description="List ucs manager", responseObject=UcsManagerResponse.class)
 public class ListUcsManagerCmd extends BaseListCmd {
     public static final Logger s_logger = Logger.getLogger(ListUcsManagerCmd.class);