Handle password change errors
File "./dashboard/views.py", line 319, in post return v(request)
File "./dashboard/views.py", line 328, in __change_password self.object.change_password(user=request.user)
File "./vm/models/instance.py", line 759, in change_password user=user):
File "/usr/lib/python2.7/contextlib.py", line 84, in helper return GeneratorContextManager(func(*args, **kwds))
File "./vm/models/activity.py", line 178, in instance_activity concurrency_check)
File "./vm/models/activity.py", line 82, in create raise ActivityInProgressError(active_activities[0])
ActivityInProgressError: Another activity is currently in progress: 'vm.Instance.save_as_template.saving_disks'.
-
-
-
Status changed to closed by commit 44d1a2
Toggle commit list
Please
register
or
sign in
to comment