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.
"qa/ganeti-qa.py" did not exist on "3ecf6786a731c0a467f0efcbf6346914e3824ec8"
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).
Name | Last commit | Last update |
---|---|---|
daemons | ||
docs | ||
lib | ||
man | ||
scripts | ||
testing | ||
tools | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
README | ||
SECURITY | ||
autogen.sh | ||
configure.ac |