Mention RAPI client in documentation
authorMichael Hanselmann <hansmi@google.com>
Wed, 12 May 2010 17:42:22 +0000 (19:42 +0200)
committerMichael Hanselmann <hansmi@google.com>
Thu, 13 May 2010 13:58:06 +0000 (15:58 +0200)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

doc/rapi.rst
lib/rapi/client.py

index 2172b4a..4c1763d 100644 (file)
@@ -136,6 +136,11 @@ Usage examples
 You can access the API using your favorite programming language as long
 as it supports network connections.
 
+Ganeti RAPI client
+++++++++++++++++++
+
+Ganeti includes a standalone RAPI client, ``lib/rapi/client.py``.
+
 Shell
 +++++
 
index f9a80c1..97d89e0 100644 (file)
@@ -21,6 +21,9 @@
 
 """Ganeti RAPI client."""
 
+# No Ganeti-specific modules should be imported. The RAPI client is supposed to
+# be standalone.
+
 import httplib
 import urllib2
 import logging