Bugfixes with cloud server communication

This commit is contained in:
Jerry Seutter
2014-09-21 21:41:51 -06:00
parent b132c901c9
commit cf59240bef
4 changed files with 8 additions and 10 deletions

View File

@ -168,7 +168,7 @@ def _start_gns3server():
cmd = []
cmd.append("gns3server")
log.debug("Starting gns3server ...")
log.info("Starting gns3server ...")
subprocess.Popen(cmd, shell=False)
@ -203,7 +203,7 @@ def main():
except FileExistsError:
pass
(server_key, server_crt ) = _generate_certs()
(server_key, server_crt) = _generate_certs()
cloud_config = configparser.ConfigParser()
cloud_config['CLOUD_SERVER'] = {}