Fix cluster init
authorIustin Pop <iustin@google.com>
Wed, 30 Jul 2008 15:17:58 +0000 (15:17 +0000)
committerIustin Pop <iustin@google.com>
Wed, 30 Jul 2008 15:17:58 +0000 (15:17 +0000)
commitb3f1cf6fdda8be3cb89ac3bd2f4263819b2fa905
tree70e9c0107921707b1b8d46eb77db064590ea3b4e
parentb33e986b29a05988b92cf48a8da99b9601c5671d
Fix cluster init

With the recent changes, I forgot the extra parameter to this rpc call.
Also the rpc call needs to be done after we setup the config data, for
the master daemon to be able to start, so we move it after all other
init steps.

Reviewed-by: ultrotter
lib/bootstrap.py