You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/05 13:58:09 UTC

[1/2] git commit: updated refs/heads/master to acde826

Repository: cloudstack
Updated Branches:
  refs/heads/master 04bda8429 -> acde8268c


modify description for name parameter in ListVMsCmd.java


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

Branch: refs/heads/master
Commit: d4523c577813b9c21df55bd18776bee6ad872588
Parents: 6fef3ed
Author: Phillip Kent <ph...@gmail.com>
Authored: Thu Mar 5 12:30:26 2015 +0000
Committer: Phillip Kent <ph...@gmail.com>
Committed: Thu Mar 5 12:30:26 2015 +0000

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d4523c57/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java b/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
index 6f206d2..32a8b7b 100644
--- a/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
@@ -72,7 +72,7 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd {
     @Parameter(name=ApiConstants.IDS, type=CommandType.LIST, collectionType=CommandType.UUID, entityType=UserVmResponse.class, description="the IDs of the virtual machines, mutually exclusive with id", since = "4.4")
     private List<Long> ids;
 
-    @Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "name of the virtual machine")
+    @Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "name of the virtual machine (a substring match is made against the parameter value, data for all matching VMs will be returned)")
     private String name;
 
     @Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType = PodResponse.class, description = "the pod ID")


[2/2] git commit: updated refs/heads/master to acde826

Posted by bh...@apache.org.
Merge remote-tracking branch 'phillipkent/master'

This closes #98

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/master
Commit: acde8268c0dff6475eeab3471169691646cbbd84
Parents: 04bda84 d4523c5
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Mar 5 18:27:36 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Mar 5 18:28:01 2015 +0530

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------