diff --git a/v2v/OVF.ml b/v2v/OVF.ml index 1d9fc68da9..56f529a7ce 100644 --- a/v2v/OVF.ml +++ b/v2v/OVF.ml @@ -282,11 +282,8 @@ let rec create_ovf source targets guestcaps inspect e "IsStateless" [] [PCData "False"]; e "Origin" [] [PCData (string_of_int origin)]; e "VmType" [] [PCData vmtype]; - (* The documentation for DefaultDisplayType is wrong. See - * https://bugzilla.redhat.com/show_bug.cgi?id=1260590#c7 for - * correct information. - *) - e "DefaultDisplayType" [] [PCData "2" (* qxl *)]; + (* See https://bugzilla.redhat.com/show_bug.cgi?id=1260590#c17 *) + e "DefaultDisplayType" [] [PCData "1"]; e "Section" ["ovf:id", vm_uuid; "ovf:required", "false"; "xsi:type", "ovf:OperatingSystemSection_Type"] [