1
0
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:
Jeremy 2015-03-16 17:36:23 -06:00
parent 87d12452f9
commit 93a5f4be79

View File

@ -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):