sureshanaparti commented on code in PR #11019: URL: https://github.com/apache/cloudstack/pull/11019#discussion_r2149801923
########## api/src/main/java/com/cloud/host/Host.java: ########## @@ -57,6 +57,10 @@ public static String[] toStrings(Host.Type... types) { public static final String HOST_VOLUME_ENCRYPTION = "host.volume.encryption"; public static final String HOST_INSTANCE_CONVERSION = "host.instance.conversion"; + // Vmware to KVM Migration + String KVM_HOST_OVFTOOL_VERSION = "kvm.host.ovftool.version"; + String KVM_HOST_VIRTV2V_VERSION = "kvm.host.virtv2v.version"; Review Comment: ```suggestion String KVM_HOST_VIRTV2V_VERSION = "host.virtv2v.version"; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org