Skip to content
Snippets Groups Projects
Commit 73a465ee authored by Guido Trotter's avatar Guido Trotter
Browse files

Remove SimpleConfigReader.GetHypervisorType


We haven't had that config file entry for a while.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent a4913296
No related merge requests found
......@@ -130,9 +130,6 @@ class SimpleConfigReader(object):
def GetFileStorageDir(self):
return self._config_data["cluster"]["file_storage_dir"]
def GetHypervisorType(self):
return self._config_data["cluster"]["hypervisor"]
def GetNodeList(self):
return self._config_data["nodes"].keys()
......
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