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]> --- 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) + - vif + disk\_type Valid for the Xen HVM and KVM hypervisors. -- 1.8.2.1
