Skip to content
Snippets Groups Projects
Commit 15396f60 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Mark call_node_leave_cluster as a static method

Reviewed-by: iustinp
parent 082a7f91
No related branches found
No related tags found
No related merge requests found
...@@ -819,7 +819,8 @@ class RpcRunner(object): ...@@ -819,7 +819,8 @@ class RpcRunner(object):
return c.getresult().get(node, False) return c.getresult().get(node, False)
def call_node_leave_cluster(self, node): @staticmethod
def call_node_leave_cluster(node):
"""Requests a node to clean the cluster information it has. """Requests a node to clean the cluster information it has.
This will remove the configuration information from the ganeti data This will remove the configuration information from the ganeti data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment