mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02: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
|
:param project: Project instance
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
pass
|
||||||
# save the configs when the project is committed
|
# save the configs when the project is committed
|
||||||
for vm in self._vms.values():
|
#for vm in self._vms.values():
|
||||||
if vm.project.id == project.id:
|
# if vm.project.id == project.id:
|
||||||
yield from vm.save_configs()
|
# yield from vm.save_configs()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def dynamips_path(self):
|
def dynamips_path(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user