This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".
The branch, master has been updated
via 0648750e44167f90592236919760e37b8924237a (commit)
via 30dabd03436be299b1daa02f35685d440a69c7ab (commit)
via 0a71aa17a001f1876eb1f304da82411fa649ab07 (commit)
from 57fd6d0b357d53e0f638c5a02fcd10b4ce2dcccf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0648750e44167f90592236919760e37b8924237a
Author: Michael Hanselmann <[email protected]>
Date: Fri Nov 27 17:05:27 2009 +0100
daemon.GenericMain: Don't use dict for SSL paths, improve CLI options
Pass SSL certificate and key paths from ganeti-* instead of using a dict.
The
patch also improves the --ssl-{key,cert} options by giving the default in
--help output and changes the validation a bit.
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Guido Trotter <[email protected]>
commit 30dabd03436be299b1daa02f35685d440a69c7ab
Author: Michael Hanselmann <[email protected]>
Date: Fri Nov 27 17:13:06 2009 +0100
daemon.GenericMain: Don't use list of multithreaded daemons
Passing it in as a parameter seems more logical.
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Guido Trotter <[email protected]>
commit 0a71aa17a001f1876eb1f304da82411fa649ab07
Author: Michael Hanselmann <[email protected]>
Date: Fri Nov 27 16:46:12 2009 +0100
daemon.GenericMain: Improve --bind and --port options a bit
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Guido Trotter <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
daemons/ganeti-confd | 1 +
daemons/ganeti-masterd | 3 +-
daemons/ganeti-noded | 4 ++-
daemons/ganeti-rapi | 4 ++-
lib/constants.py | 8 -----
lib/daemon.py | 68 +++++++++++++++++++++++++++++++-----------------
6 files changed, 53 insertions(+), 35 deletions(-)
hooks/post-receive
--
Ganeti core