Skip to content

Commit 25da9a7

Browse files
committed
Update description for forcemstoimportvmfiles in importvm
1 parent 86c61ca commit 25da9a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/vm/ImportVmCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public class ImportVmCmd extends ImportUnmanagedInstanceCmd {
158158
private Long convertStoragePoolId;
159159

160160
@Parameter(name = ApiConstants.FORCE_MS_TO_IMPORT_VM_FILES, type = CommandType.BOOLEAN,
161-
description = "(only for importing VMs from VMware to KVM) optional - if true, forces MS to import VM file(s) to temporary storage, else uses KVM Host if ovftool is available, falls back to MS if not.")
161+
description = "(only for importing VMs from VMware to KVM) optional - if true, forces MS to export OVF from VMware to temporary storage, else uses KVM Host if ovftool is available, falls back to MS if not.")
162162
private Boolean forceMsToImportVmFiles;
163163

164164
/////////////////////////////////////////////////////

ui/public/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
"label.for": "for",
924924
"label.forbidden": "Forbidden",
925925
"label.forced": "Force",
926-
"label.force.ms.to.import.vm.files": "Force MS to import VM file(s) to temporary storage",
926+
"label.force.ms.to.import.vm.files": "Force MS to export OVF from VMware to temporary storage",
927927
"label.force.stop": "Force stop",
928928
"label.force.reboot": "Force reboot",
929929
"label.forceencap": "Force UDP encapsulation of ESP packets",

0 commit comments

Comments
 (0)