From b74bf80cfedf3c1afeb3f51d665336037205c33c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com>
Date: Mon, 29 Nov 2010 11:01:58 +0100
Subject: [PATCH] Add node parameters to ganeti(7)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: RenΓ© Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 man/ganeti.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/man/ganeti.rst b/man/ganeti.rst
index 3f9ded6a3..97d183222 100644
--- a/man/ganeti.rst
+++ b/man/ganeti.rst
@@ -96,6 +96,20 @@ vm_capable
     and operations.
 
 
+Node Parameters
+~~~~~~~~~~~~~~~
+
+These parameters are node specific and can be preseeded on node-group
+and cluster level.
+
+Currently we support the following node parameters:
+
+oob_program
+    Path to an executable used as the out-of-band helper as described in
+    the `Ganeti Node OOB Management Framework <design-oob.rst>`_ design
+    document.
+
+
 Cluster configuration
 ~~~~~~~~~~~~~~~~~~~~~
 
-- 
GitLab