mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 12:59:06 +00:00
Temporarily deactivate IOS router saveconfigs.
This commit is contained in:
parent
87d12452f9
commit
93a5f4be79
@ -207,10 +207,11 @@ class Dynamips(BaseManager):
|
||||
:param project: Project instance
|
||||
"""
|
||||
|
||||
pass
|
||||
# save the configs when the project is committed
|
||||
for vm in self._vms.values():
|
||||
if vm.project.id == project.id:
|
||||
yield from vm.save_configs()
|
||||
#for vm in self._vms.values():
|
||||
# if vm.project.id == project.id:
|
||||
# yield from vm.save_configs()
|
||||
|
||||
@property
|
||||
def dynamips_path(self):
|
||||
|
Loading…
Reference in New Issue
Block a user