mirror of https://github.com/apache/cloudstack.git
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:
parent
57d2959bbe
commit
8f2c56013b
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue