On Mon, Apr 29, 2013 at 7:06 PM, Helga Velroyen <[email protected]> wrote: > This patch extends the man page of the 'gnt-instance' command > by describing the newly implemented hypervisor parameter > 'vif_type'. > > Signed-off-by: Helga Velroyen <[email protected]>
LGTM > --- > man/gnt-instance.rst | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst > index f65dd47..3a4fbf5 100644 > --- a/man/gnt-instance.rst > +++ b/man/gnt-instance.rst > @@ -270,6 +270,16 @@ nic\_type > - e1000 (KVM) > - paravirtual (default for KVM) (HVM & KVM) > > +vif\_type > + Valid for the Xen HVM hypervisor. > + > + This parameter specifies the vif type of the nic configuration > + of the instance. Unsetting the value leads to no type being specified > + in the configuration. The possible options are: > + > + - ioemu (default for Xen HVM) You could even remove "for Xen HVM" here, since the hv parameter is only valid for Xen HVM. > + - vif > + > disk\_type > Valid for the Xen HVM and KVM hypervisors. > Thanks, Guido
