man pages: Lowercase name for syntax highlighting
[ganeti-local] / man / ganeti-os-interface.rst
index b1f4a17..2e44021 100644 (file)
@@ -101,17 +101,17 @@ NIC_%N_IP
     instance.
 
 NIC_%N_MODE
-    The NIC mode, either routed or bridged
+    The NIC mode, routed, bridged or openvswitch
 
 NIC_%N_BRIDGE
     The bridge to which this NIC will be attached. This variable is
     defined only when the NIC is in bridged mode.
 
 NIC_%N_LINK
-    If the NIC is in bridged mode, this is the same as
-    ``NIC_%N_BRIDGE``.  If it is in routed mode, the routing table
-    which will be used by the hypervisor to insert the appropriate
-    routes.
+    In bridged or openvswitch mode, this is the interface to which the
+    NIC will be attached (same as ``NIC_%N_BRIDGE`` for bridged). In
+    routed mode it is the routing table which will be used by the
+    hypervisor to insert the appropriate routes.
 
 NIC_%N_FRONTEND_TYPE
     (Optional) If applicable, the type of the exported NIC to the
@@ -226,7 +226,7 @@ fails.
 For the ``dhcp`` parameter given as example above, a verification
 script could be:
 
-.. code-block:: Bash
+.. code-block:: bash
 
     #!/bin/sh
 
@@ -342,7 +342,7 @@ The rename script has been added. If you don't want to do any
 changes on the instances after a rename, you can migrate the OS
 definition to version 5 by creating the rename script simply as:
 
-.. code-block:: Bash
+.. code-block:: bash
 
     #!/bin/sh