1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Reset project auto start, auto close, auto open at project import

This commit is contained in:
Julien Duponchelle 2016-08-16 16:09:59 +02:00
parent ac085126fc
commit 9e81994adc
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 8 additions and 4 deletions

View File

@ -76,6 +76,10 @@ def import_project(controller, project_id, stream, location=None, name=None, kee
topology = load_topology(os.path.join(path, "project.gns3"))
topology["name"] = project_name
# To avoid unexpected behavior (project start without manual operations just after import)
topology["auto_start"] = False
topology["auto_open"] = False
topology["auto_close"] = False
# Modify the compute id of the node depending of compute capacity
if not keep_compute_id: