Revision 777ea2c6

b/INSTALL
29 29
- `iproute2 <http://www.linuxfoundation.org/en/Net:Iproute2>`_
30 30
- `arping <http://www.skbuff.net/iputils/>`_ (part of iputils)
31 31
- `ndisc6 <http://www.remlab.net/ndisc6/>`_ (if using IPv6)
32
- `Python <http://www.python.org/>`_, version 2.4 or above, not 3.0
32
- `Python <http://www.python.org/>`_, version 2.6 or above, not 3.0
33 33
- `Python OpenSSL bindings <http://pyopenssl.sourceforge.net/>`_
34 34
- `simplejson Python module <http://code.google.com/p/simplejson/>`_
35 35
- `pyparsing Python module <http://pyparsing.wikispaces.com/>`_, version
36 36
  1.4.6 or above
37 37
- `pyinotify Python module <https://github.com/seb-m/pyinotify>`_
38 38
- `PycURL Python module <http://pycurl.sourceforge.net/>`_
39
- `ctypes Python module
40
  <http://starship.python.net/crew/theller/ctypes/>`_, if running on
41
  python 2.4 (optional, used for node daemon memory locking)
42 39
- `socat <http://www.dest-unreach.org/socat/>`_, see :ref:`note
43 40
  <socat-note>` below
44 41
- `Paramiko <http://www.lag.net/paramiko/>`_, if you want to use
45 42
  ``ganeti-listrunner``
46 43
- `affinity Python module <http://pypi.python.org/pypi/affinity/0.1.0>`_,
47 44
  optional python package for supporting CPU pinning under KVM
48
- `ElementTree Python module <http://effbot.org/zone/element-index.htm>`_,
49
  if running on python 2.4 (optional, used by the ``ovfconverter`` tool)
50 45
- `qemu-img <http://qemu.org/>`_, if you want to use ``ovfconverter``
51 46
- `fping <http://fping.sourceforge.net/>`_
52 47
- `Python IP address manipulation library
b/NEWS
7 7

  
8 8
*(unreleased)*
9 9

  
10
- The minimum Python version needed to run Ganeti is now 2.6.
10 11
- The :doc:`Remote API <rapi>` daemon now supports a command line flag
11 12
  to always require authentication, ``--require-authentication``. It can
12 13
  be specified in ``$sysconfdir/default/ganeti``.
b/configure.ac
740 740
AC_SUBST(MAN_HAS_WARNINGS)
741 741

  
742 742
# Check for Python
743
AM_PATH_PYTHON(2.4)
743
AM_PATH_PYTHON(2.6)
744 744

  
745 745
AC_PYTHON_MODULE(OpenSSL, t)
746 746
AC_PYTHON_MODULE(simplejson, t)
b/devel/upload
22 22

  
23 23
# Usage: upload node-{1,2,3}
24 24
# it will upload the python libraries to
25
# $prefix/lib/python2.4/site-packages/ganeti and the command line utils to
25
# $prefix/lib/python2.X/dist-packages/ganeti and the command line utils to
26 26
# $prefix/sbin. It needs passwordless root login to the nodes.
27 27

  
28 28
set -e -u

Also available in: Unified diff