This will add the new node parameters to the ganeti man page.
---
man/ganeti.rst | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/man/ganeti.rst b/man/ganeti.rst
index 153cd23..fc50bcf 100644
--- a/man/ganeti.rst
+++ b/man/ganeti.rst
@@ -124,6 +124,19 @@ exclusive_storage
parameter cannot be set on individual nodes, as its value must be
the same within each node group.
+ovs
+ When this Boolean flag is enabled, OpenvSwitch will be used as the
+ network layer. This will cause the initialization of OpenvSwitch on
+ the nodes when added to the cluster. Per default this is not enabled.
+
+ovs_name
+ When ovs is enabled, this parameter will represent the name of the
+ OpenvSwitch to generate and use. This will default to `switch1`.
+
+ovs_link
+ When ovs is enabled, a OpenvSwitch will be initialized on new nodes
+ and will have this as its connection to the outside.
+
Hypervisor State Parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
1.8.1.2