On Sun, Apr 22, 2018 at 10:57:55PM +0200, Tomáš Golembiovský wrote: > Signed-off-by: Tomáš Golembiovský <[email protected]> > --- > v2v/output_rhv_upload.ml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml > index dc0d96d53..0152b8d5a 100644 > --- a/v2v/output_rhv_upload.ml > +++ b/v2v/output_rhv_upload.ml > @@ -247,6 +247,9 @@ object > > method supported_firmware = [ TargetBIOS ] > > + (* rhev-apt.exe will be installed (if available). *) > + method install_rhev_apt = true > + > method prepare_targets source targets = > let output_name = source.s_name in > let json_params =
ACK, good catch. I'll push this one in a minute with a small modification to the commit message so it references RHBZ#1561828. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
