Skip to content
Snippets Groups Projects
user avatar
Iustin Pop authored
This changes the raising of exceptions from:
  raise Exception, value
to
  raise Exception(value)

as the first form will be removed in python-3000 and the second form is
preferred now.

The changes also involve a few cases of changing from raising standard
exceptions and use our own ones.

The new version also fixes many pylint-generated warnings, especially in
ganeti-noded where I changed many methods to @staticmethod.

There is no functionality changed (barring any bugs).
3ecf6786
Ganeti 1.2
==========

For installation instructions, read the INSTALL file.

For a brief introduction, read the ganeti(7) manpage and the other pages
it suggests.