Convert snapshot_export rpc to new style
[ganeti-local] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7faf968..857ff1a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -28,8 +28,6 @@ Before installing, please verify that you have the following programs:
     ftp://ftp.inr.ac.ru/ip-routing/iputils-current.tar.gz
   - Python 2.4
     http://www.python.org
-  - Python Twisted library (the core is enough)
-    http://twistedmatrix.com/
   - Python OpenSSL bindings
     http://pyopenssl.sourceforge.net/
   - simplejson Python module
@@ -37,8 +35,6 @@ Before installing, please verify that you have the following programs:
   - pyparsing Python module
     http://pyparsing.wikispaces.com/
 
-For testing, you also need the YAML module for Python (http://pyyaml.org/).
-
 For building from source, you also need tar, gzip or bzip2 and make.
 
 
@@ -60,6 +56,7 @@ Before initialising the cluster, on each node you need to create the following
 directories:
 
   - /etc/ganeti
+  - /var/lib/ganeti, /var/log/ganeti
   - /srv/ganeti, /srv/ganeti/os, /srv/ganeti/export
 
 After this, use ``gnt-cluster init``.