Skip to content

Commit 8aa2973

Browse files
rebase fixes
1 parent d324a7e commit 8aa2973

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public interface UnmanagedVMsManager extends VmImportService, UnmanageVMService,
3535
"Advanced",
3636
"30",
3737
"Timeout (in mins) to prepare and copy the disks of remote KVM instance while importing the instance from an external host",
38+
true,
39+
ConfigKey.Scope.Global,
40+
null);
3841

3942
ConfigKey<Integer> ConvertVmwareInstanceToKvmTimeout = new ConfigKey<>(Integer.class,
4043
"convert.vmware.instance.to.kvm.timeout",

0 commit comments

Comments
 (0)