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

Convert ganeti-master

Use simpleconfig instead of ssconf.

Reviewed-by: iustinp
parent 2859b87b
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ def main():
logging.info("ganeti master daemon startup")
# activate ip
master_node = ssconf.SimpleStore().GetMasterNode()
master_node = ssconf.SimpleConfigReader().GetMasterNode()
if not rpc.call_node_start_master(master_node, False):
logging.error("Can't activate master IP address")
......
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