Apart from some cleanup, this patch series removes part of the magic from daemon.GenericMain and makes the code more explicit.
Michael Hanselmann (4): A few style updates daemon.GenericMain: Pass default port as a parameter daemons.GenericMain: Don't use list of multithreaded daemons daemon.GenericMain: Don't use dict for SSL paths daemons/ganeti-confd | 4 ++- daemons/ganeti-masterd | 3 +- daemons/ganeti-noded | 5 +++- daemons/ganeti-rapi | 5 +++- lib/cmdlib.py | 3 -- lib/constants.py | 12 ++------ lib/daemon.py | 68 ++++++++++++++++++++++++++++++----------------- lib/http/server.py | 1 + 8 files changed, 60 insertions(+), 41 deletions(-)
