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