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/05/29 21:02:50 UTC

git commit: updated refs/heads/4.4 to 8f2c560

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 57d2959bb -> 8f2c56013


template, api: fix format desc, add OVA format

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

This closes #331

(cherry picked from commit 666263e84de3959866592ed68010b394d36229a2)
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/8f2c5601
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8f2c5601
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8f2c5601

Branch: refs/heads/4.4
Commit: 8f2c56013b9feffae60c9889bf42dafb751bf759
Parents: 57d2959
Author: René Moser <ma...@renemoser.net>
Authored: Fri May 29 20:44:12 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri May 29 21:02:41 2015 +0200

----------------------------------------------------------------------
 .../cloudstack/api/command/user/template/RegisterTemplateCmd.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8f2c5601/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java b/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java
index f478c9b..de1d9de 100644
--- a/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java
@@ -65,7 +65,7 @@ public class RegisterTemplateCmd extends BaseCmd {
     @Parameter(name = ApiConstants.FORMAT,
                type = CommandType.STRING,
                required = true,
-               description = "the format for the template. Possible values include QCOW2, RAW, and VHD.")
+               description = "the format for the template. Possible values include QCOW2, RAW, VHD and OVA.")
     private String format;
 
     @Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING, required = true, description = "the target hypervisor for the template")