man gnt-instance: new hypervisor parameter 'vif_type'
authorHelga Velroyen <helgav@google.com>
Mon, 29 Apr 2013 16:43:39 +0000 (18:43 +0200)
committerHelga Velroyen <helgav@google.com>
Tue, 30 Apr 2013 07:28:08 +0000 (09:28 +0200)
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 <helgav@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

man/gnt-instance.rst

index f65dd47..1960404 100644 (file)
@@ -270,6 +270,17 @@ 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. Note that this parameter only takes effect when
+    the 'nic_type' is not set. The possible options are:
+
+    - ioemu
+    - vif
+
 disk\_type
     Valid for the Xen HVM and KVM hypervisors.