Commit 58375aa9 by Czémán Arnold

vm: remove permission requirement from RenameOperation

parent 17cc67c3
......@@ -1408,7 +1408,7 @@ class RenameOperation(InstanceOperation):
name = _("rename")
description = _("Change the name of virtual machine.")
acl_level = "operator"
required_perms = ("vm.change_resources", )
required_perms = ()
def _operation(self, user, activity, new_name):
......
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