Explicitly pass params to activate_master_ip
authorAndrea Spadaccini <spadaccio@google.com>
Thu, 27 Oct 2011 16:08:34 +0000 (17:08 +0100)
committerAndrea Spadaccini <spadaccio@google.com>
Wed, 2 Nov 2011 13:03:00 +0000 (13:03 +0000)
commit8da2bd43027b3c89c90170ae48cdad4ab74200b5
tree5445968d936a8f5ffdce91076113b607c7ccbb9a
parent5d7a899e7e573b85e965167be6efb570c9415563
Explicitly pass params to activate_master_ip

To remove the usage of ssconf in the backend, the master needs to push
the parameters of activate_master_ip to the backend.

This patch changes the entire call path of activate_master_ip to use the
new interface.

Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/backend.py
lib/cmdlib.py
lib/rpc_defs.py
lib/server/masterd.py
lib/server/noded.py