Re: [Libguestfs] [PATCH] v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour

2018-04-05 Thread Arik Hadas
On Thu, Apr 5, 2018 at 10:27 AM, Richard W.M. Jones wrote: > On Wed, Apr 04, 2018 at 06:22:12PM +0200, Pino Toscano wrote: > > When writing the OVF in OVirt flavour, add a ovirt:id attribute to the > > OperatingSystemSection tag: this attribute represents the numeric value > >

Re: [Libguestfs] [PATCH] v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour

2018-04-05 Thread Richard W.M. Jones
On Wed, Apr 04, 2018 at 06:22:12PM +0200, Pino Toscano wrote: > When writing the OVF in OVirt flavour, add a ovirt:id attribute to the > OperatingSystemSection tag: this attribute represents the numeric value > of the ostype ID, which is ignored by oVirt when parsing OVFs in API > mode. > --- >

[Libguestfs] [PATCH] v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour

2018-04-04 Thread Pino Toscano
When writing the OVF in OVirt flavour, add a ovirt:id attribute to the OperatingSystemSection tag: this attribute represents the numeric value of the ostype ID, which is ignored by oVirt when parsing OVFs in API mode. --- v2v/create_ovf.ml | 202