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:
parent
ac085126fc
commit
9e81994adc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user