This patch series fixes two bugs in the SSH key distribution. Besides that it extends the QA to detect those errors properly.
Helga Velroyen (3): Do not remove authorized key of node itself Handle SSH key distribution on auto promotion Extend QA to detect autopromotion errors lib/backend.py | 3 +++ lib/cmdlib/cluster/__init__.py | 7 ++++++- lib/cmdlib/common.py | 32 +++++++++++++++++++++++++++++++- lib/cmdlib/node.py | 29 +++++++++++++---------------- qa/qa_config.py | 18 ++++++++++++++++++ qa/qa_node.py | 13 +++++++++++++ test/py/ganeti.backend_unittest.py | 18 +++++++++++------- 7 files changed, 95 insertions(+), 25 deletions(-) -- 2.6.0.rc2.230.g3dd15c0
