Commit e9439649 by Őry Máté

vm: disable concurrency_check in RenewOperation

parent 89367eee
...@@ -626,6 +626,7 @@ class RenewOperation(InstanceOperation): ...@@ -626,6 +626,7 @@ class RenewOperation(InstanceOperation):
description = _("Renew expiration times") description = _("Renew expiration times")
acl_level = "operator" acl_level = "operator"
required_perms = () required_perms = ()
concurrency_check = False
def _operation(self, lease=None): def _operation(self, lease=None):
(self.instance.time_of_suspend, (self.instance.time_of_suspend,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment