Skip to content
Snippets Groups Projects
Commit 06dc5b44 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix ssconf.GetMasterAndMyself

The ssconf migration left this out.

Reviwed-by: imsnah,ultrotter
parent 56118de5
No related branches found
No related tags found
No related merge requests found
......@@ -108,9 +108,10 @@ def GetMasterAndMyself(ss=None):
"""
if ss is None:
ss = SimpleStore()
ss = SimpleConfigReader()
return ss.GetMasterNode(), utils.HostInfo().name
def CheckMaster(debug, ss=None):
"""Checks the node setup.
......
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