template, api: fix format desc, add OVA format

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

This closes #331

(cherry picked from commit 666263e84d)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
René Moser 2015-05-29 20:44:12 +02:00 committed by Rohit Yadav
parent 57d2959bbe
commit 8f2c56013b
1 changed files with 1 additions and 1 deletions

View File

@ -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")