From 666263e84de3959866592ed68010b394d36229a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Fri, 29 May 2015 20:44:12 +0200 Subject: [PATCH] template, api: fix format desc, add OVA format Signed-off-by: Rohit Yadav This closes #331 --- .../api/command/user/template/RegisterTemplateCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 68dbdf55578..8de30f690e4 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")