Revision 140aa4a8 lib/cmdlib.py

b/lib/cmdlib.py
481 481
    priv_key, pub_key, _ = ssh.GetUserFiles(constants.GANETI_RUNAS)
482 482
    utils.CreateBackup(priv_key)
483 483
    utils.CreateBackup(pub_key)
484
    rpc.call_node_leave_cluster(master)
484
    return master
485 485

  
486 486

  
487 487
class LUVerifyCluster(LogicalUnit):

Also available in: Unified diff